Running and Repeating a Scenario Every x amount of minutes

Hi all,

So I under stand what a Iterator does and pretty much what a repeater does but my situation is I have a list, say an email list in a column that needs to have a scenario repeated against it every x amount of time. How does one do this? I’m not saying what the schedule already does where it checks any NEW records I need this process to check OLD records each time and repeat the scenario.

Welcome to the Make community!

You can use the Search Rows module of the Google Sheets app.

This will also return existing rows/data .

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

1 Like

Hey Sam!
Perfect, I’ll give this a try and report back w/ any issues . I figured there was a solution out there somewhere. I appreciate all the help.

Just doing a follow-up love it! I see it does 2 at time every 15 minutes do you know of a way to make it just cycle through the whole list? I’m ok with the way it is now as well just was curious what I might be missing. Thanks for all the help!

You can set the “Maximum number of returned rows” field to a higher number.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like

So this will cycle back through the list right not just one time deal or?

Yes it should. Have you tried it yet??

Yes, I see one thing I might have did wrong but I got strange feeling it won’t cycle back around . I’m sitting here with my last record and waiting 15 minutes to see if it will go back to the top and start from the 1st record. I don’t think it’s going to. I have it on “search rows”. I guess I’ll wait.

I think you’ll have to increase the bundle limit to get all of the records at the same time.

Or you can add a column to record the “last time processed”, and sort by that column, so the trigger module knows what to fetch next (only if you do not want all the records in the same scenario run).

This will increase complexity because then you’ll need another module to update those rows that the scenario “processes”.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!