Add delay + Google Sheet

Status: Open · Asked by sportinvest on · 0 views

sportinvest — Question ·

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

Arshil Ahmad — Reply ·

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.

youtube.com/watch?v=PBU2fm4JWbA

https://connect.pabbly.com/workflow/share/D0dQYgNUBGdeFAdtUwBUc1tPVVFVDwk1BB0DEVdYAXlbFlIpAUALYVsXWXsCVVc2AksBa1MMVDQLHwAEA1VRIlJLBBZdXlQuB0oIcwNSCToPUVB4A2I#

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

sportinvest — Reply ·
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.

youtube.com/watch?v=PBU2fm4JWbA

https://connect.pabbly.com/workflow/share/D0dQYgNUBGdeFAdtUwBUc1tPVVFVDwk1BB0DEVdYAXlbFlIpAUALYVsXWXsCVVc2AksBa1MMVDQLHwAEA1VRIlJLBBZdXlQuB0oIcwNSCToPUVB4A2I#

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?
Arshil Ahmad — Reply ·

You can disable the workflow during setup, and once you enable it, it will start sending messages.

sportinvest — Reply ·

Ok Good, last question, how can I restart the counter? (just one time)

Back to all forum threads · Log in to reply