Add delay + Google Sheet

Hello,
Thanks so much for you help

So I have a Google Spreadsheet where I take data:
Each rows as a mobile number (more then 2000)

Raw 1) +39 13455069609
2) +39 1325064609
etc.

On the other step I take these number and send SMS

The problem is I want to add Delay between the messages, at the moment the workflows take all the rows (so all the number) and send all the number together.

I cannot add the normal delay because I should:
- add delay,
-extract from Google Spreadsheet raw by raw,
- and send message

all this task raw by raw (one by one) and workflow would be infinitive (more than 4000 steps).

The same thing happen If I use Iterator, right?

How can I do?

Thanks
 

ArshilAhmad

Well-known member
Staff member
Hi @sportinvest,

You can set up your workflow in a manner similar to the one demonstrated in the video below, with the scheduler configured to trigger every 1 minute. This will help you capture the phone number from Google Sheets and send a message every 1 minute. You can replace Slack with whichever application you want to use for sending the messages.


1703972041139.png


Note: Make sure to disable the workflow once all the messages have been sent to every row.
 
Hi @sportinvest,

You can set up your workflow in a manner similar to the one demonstrated in the video below, with the scheduler configured to trigger every 1 minute. This will help you capture the phone number from Google Sheets and send a message every 1 minute. You can replace Slack with whichever application you want to use for sending the messages.


View attachment 35896

Note: Make sure to disable the workflow once all the messages have been sent to every row.
Yes, I see it can be helpful, but when this workflow start and when it finish, since I set every minute?
In this example workflows starts every day at 10.00 AM, but If I set at regular interval (minute) when it starts?
 

ArshilAhmad

Well-known member
Staff member
You can disable the workflow during setup, and once you enable it, it will start sending messages.
 
Top