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
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