New line in push notification to mobile

Is it possible to send a push notification to a mobile with separate lines?
I want (using a virtual button) to receive the values of several variables on my mobile. For easy reading it would be handy that each variable starts on a new line.

Currently I get :
Variable1 20 variable2 100 variable3 True

It would be more readable if it was like this:
Variable1 20
variable2 100
variable3 True

yep, is possible. In Homey Flow’s (flow.homey.app) just press Shift-Enter where you want to start a new line

Thanks, this works indeed.
Important remark: it ONLY is possible in (flow.homey.app).
I tried the webapp and the mobile app as well and didn’t get it working there
:thinking:

Found via Google:
Instead of sending \n to Telegram, you need to send %0A .
Maybe one of this examples is working?

Tried it in the mobile app. But nope, that doesn’t work.
Thanks for thinking along with me anyway

1 Like

Hi all

I am trying to figure out what you mean with ‘Homey Flow’s (flow.homey.app)’? I have the same wishes but searching homey app google direct me to Android and the mobile software I am useing and in here Enter is not visible. How do I accessflow.homey.app?

Klaus

flow.homey.app is just the URL for the flow editor in the web app: https://my.homey.app/homeys/61dffdbc8409c00bb0a392e9/flows

Thank you Adrian

\K

1 Like