Skip to main content

Hi,

I have a zap that trigger whenever someone press a specific button on my website. 

The zap find and update the last row in excel before adding a new row.

(example, FIND “TRUE” in the LAST ROW col, update it to “FALSE”)

However, i encounter a problem where if there are 2 button click within a short time frame (eg, <1-2 min apart), the find and update part of the zap will fail. 

I found out this is because during the 1st button click, the zap will update the previous row into “FALSE” but before it can add the new row into excel, the 2nd button click is triggered, and since the row from the 1st instance have not be added into the excel, the find and update part of the zap will fail.

So, my question is, is there a way for the row of the 1st instance to be added into excel, before the 2nd instance trigger less than a minute later.

Hi @andresongvincar 

Add this Zap action: Delay - After Queue

https://zapier.com/apps/delay/help


Reply