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.
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!
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”.