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')

5replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • 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

    Like
    • asmo
    • Linked Outsourced
    • asmo
    • 2 yrs ago
    • Reported - view

    Wow, ok. Do you have any tips on how I can figure that out?

    Like
    • asmo
    • Linked Outsourced
    • asmo
    • 2 yrs ago
    • Reported - view

    Wow, ok. Do you have any tips on how I can figure that out?

    Like
    • Simon
    • Simon.1
    • 2 yrs ago
    • Reported - view

    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.

    Like
Like Follow
  • 4 mths agoLast active
  • 5Replies
  • 574Views
  • 1 Following