I would like to request a feature where an action can be carried out based on time interval rather than specific times.
Currently I can create flows that execute at a specific time. I would like an action to be executed eg. 20 mins after
a previous action.
e.g
Trigger = Time is 2:00pm
Action = Wifi turns on
Condition = Has wifi been on for 20 mins
If True = Turn wifi off.
Thank you
K.
Condition Based on Time Interval
Moderator: Martin
Re: Condition Based on Time Interval
Hi,
You can use an action Sleep to wait a specified amount of time within a flow. Please disable option Keep device awake if the duration is long and you don't want to keep the device awake.
Regards,
Martin
You can use an action Sleep to wait a specified amount of time within a flow. Please disable option Keep device awake if the duration is long and you don't want to keep the device awake.
Regards,
Martin
Re: Condition Based on Time Interval
Thanks a lot Martin.
Worked perfectly.
Worked perfectly.