How to wait for X-minute
-
I want to build a logic that works by: Wait for X-minute if conditions are met and allow the blocks below to pass once conditions are met.
How can I do this?
-
set up a variable to add 1 per minute, then reset this to 0, and check if it is x minutes.
-
@jstap How can I do this pls?
Could you help with a sample?
-
Set this up once per minute, green block, formula block minute variable +1 into minute variable, put this in a comment to see, then reset this to 0 when deeded, then you can check.