0

Delay field update for zapier integration

Hi there, 

When a certain stage of a form is reach I have a zap going to zapier for further actions. This is all working fine.

However when the same field is edited in any way the zap wants to fire again. Is there a way to deal with this?

I was thinking about creating another field that is updated say 10mins after that stage in the form is reached (where the original zap will fire). This additional field would be a field that when complete, it is a NOT filter at zapiers end.

In order to do this I would need to ninox to delay updating this filed by 10 mins (after the original stage in the form is met) with something like..  'field 2' "= 10minutedealy('filed 1')

Is this possible, or is there another way to manage this?

Thanks guys :)

Am

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    There is a command sleep() in milliseconds e.g. sleep(3000) which gives you a delay of 3 seconds but the downsize of this is that the database is idle in this time.(spinning wheel)

    • Linked Outsourced
    • asmo
    • 3 yrs ago
    • Reported - view

    hmmm.. not ideal but thanks for the tip

Content aside

  • 3 yrs agoLast active
  • 2Replies
  • 399Views