When it is 23:30 during week days, I want to turn off the light. That’s easy.
But in addition to that, I would like to use the push notification to send a message to my phone for asking if the light should be turned off. That’s easy.
But after some time, if I havn’t pressed any answer to the push notification on my phone, I want the light to be turned off anyway. Does anyone know how to by-pass the answer of a push notification so that the flow continues?
No, if you press “yes” on the push notification, the “then” executes. If you press “no”, the “else” executes. But if you don’t press anything, nothing is executed and the flow waits there.
And this is this case I want to catch, doing something (starting a flow) after some time if no “yes” or “no” has been pressed.
Was something with the “ask for a specific answer “ instead of “ask for confirmation “ . Can check tonight after work if u didn’t alr found out urself.
For speech flow card, there is ask for confirmation or ask for specific answer but not for the mobile notification. There is only “send a push confirmation”
Curious too as I’m looking for something to “time out” the mobile notification response and execute the else actions…
Yes, you put a push notification in the “AND” condition. You will then get a message on your phone with question “yes” or “no”. Pressing “yes” and the flow continues with “then”. Pressing “no” and the flow continues with “else”.
Very nice function but as I wrote I want to continue with the “else” flow after a time without response on the push notification…