I’m working on a “bedtime” flow that locks the entire house and verifies if all contact sensors do not have an alarm status. But I need to construct a readable (Dutch) message, for example
Achterdeur: gesloten
Voordeur: gesloten
Garagedeur: open
Tuindeur: gesloten
“closed” or “open” is depending on the contact alarm status true or false. There are 2 issues here, one is which code to use to insert a carriage return into the text message and another, how to set the text variable based on a boolean variable. I know the math capabilities, but could not find anything related to constructing text variables. My impression is that sorting out these options in existing apps (More logic or similar) is too much programming just to set something simple as this. Or am I wrong here?
Excellent! I was afraid that I needed to create a custom script, but looking at the posted thread it seems pretty straightforward. Thanks for yr quick reply!
I’ve tried this, with and without spaces in the formula, both in push notifications and timeline, but always get it literally:
{{false?”open”:”closed”}}
You’re right, somehow on IOS/iPad both the on screen keyboard and the typecover are being smart-asses, both in the app and safari/web app. With plain quotes it works.