I want to run my automation 36 times in a row, and then repeat again 36 hours later. It seems very difficult to be able to do so.
What else is your automation looking to accomplish? This will help me better determine how it could be possible to run 36 times.
Here’s how to run it on repeat every 36 hours:
I’m building an instagram bot using 3 different accounts. Each automation will follow 1 new account, every 20 minutes, for 12 hours. Then it will switch to the next account, follow 1 new account, every 20 minutes for a 12 hour slot, and finally the third automation will run. Then it will start back at the first account.
So the automation needs to follow 36 accounts (one account every 20 minutes for 12 hours), then it will stop and restart again 36 hours later.
So can you just create 3 automations per bot that use the above to set the frequency?
That’s not going to work for me. It doesn’t do what I need it to do.
It needs to:
*Repeat the automation 36 times (every 20 minutes)
*After the 36th repeat, it will have a 12 hour break.
*It will start over again, repeating 36 times (every 20 minutes)
Oh, I see - The closest I’m seeing you could get to is this:
Then you’d have to manually execute it every 12 hours.
How are you getting the new accounts to follow though? We could probably build the URLS into a GSheet somehow with 20 minute delays and add the 36 occurrence into a scraper template somehow. I’d need more information on how you are obtaining the new accounts - if you could share the automation that you currently have, that would be helpful.