Skip to main content
Best answer

Changing a zap from instant to polling

  • January 11, 2020
  • 2 replies
  • 148 views

Hi everyone, I'm a newbie and want to know if it is possible to change a zap from instant to polling? I am using a Google Sheets spreadsheet to create a Google Calendar entry, but would like a short delay between the two actions. Thank you!


Best answer by AndrewJDavison_LuhhuBest answer by AndrewJDavison_Luhhu

Hi @inge_marais1

You can't change a zap from instant to polling, but in the situation you describe you could just add a "Delay" action step to achieve this.

The minimum delay is 1 minute, but if you need it shorter, there is a workaround you and do with a Javascript step to make the delay 10 seconds or less (let me know and I can give more details).

Also, fun fact, Google Sheets isn't quite instant - it's unique in that the trigger is somewhere between polling and instant in response times. @Danvers explains more here:

quote


View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

AndrewJDavison_Luhhu
Forum|alt.badge.img+10

Hi @inge_marais1

You can't change a zap from instant to polling, but in the situation you describe you could just add a "Delay" action step to achieve this.

The minimum delay is 1 minute, but if you need it shorter, there is a workaround you and do with a Javascript step to make the delay 10 seconds or less (let me know and I can give more details).

Also, fun fact, Google Sheets isn't quite instant - it's unique in that the trigger is somewhere between polling and instant in response times. @Danvers explains more here:

quote



Thanks so much, this really helps!