0
Is there a way to delay an action in Ninox?
Hi guys,
I'm wondering if there is a way to delay an action in Ninox.
So when 'field 2' := 'field 1' can there be a delay? something like 'field 2' := 10_minute_delay('field 1')
5 replies
-
There are no timers in Ninox
But you could possibly set a condition that when the field2 is updated and matches you then invoke a for -next loop counter to force a delay onto what ever action you want to do next
-
Wow, ok. Do you have any tips on how I can figure that out?
-
Wow, ok. Do you have any tips on how I can figure that out?
-
You could try using sleep() – pauses a code by the number of milliseconds entered, so sleep(5000) will pause a code sequence for 5 seconds.
Content aside
- 2 yrs agoLast active
- 5Replies
- 688Views
-
1
Following