Get values from Form Submission
I store these values in Google Sheet and set it as trigger
I want to separate each value from the other by a period of 10 seconds
I noticed that the first two delay values pass at the same time, and I want one value to pass and the other value to wait for some time.
I will explain what I want with an example
Get the values of A, B, C from Form Submission and store these values in Google Sheet and set it as trigger
I created a loop and then created a delay
Everything looks good but the first two values pass at the same time and I don't want that
Does delay in Zapier not do something like this?
is there a delay between each value?