Running a portion of my scenario multiple times

Hi again!

Overnight, my scenario broke, so I’m attempting to make it less complicated, and I’m asking it for one row of output at a time, with the idea that I’ll simply run it multiple times to create multiple rows and multiple Google Slides.

Here’s what I have so far:

  • When a new row is added to a Google Sheet, it creates a completion in OpenAI.
  • Then, it transforms that completion into structured data.
  • Then, it maps that structured data into a different Google Sheet
  • Which then triggers the creation of a Google Slide presentation.

That’s all great!

But how do I get it to run through that 5 or 10 times?

You can use a Repeater module, and specify how many time you want it repeated.

Thank you! The documentation is a little confusing so I’ll try that. Just the step before the ai step?

Yes, all future modules will be repeated.

Killer. Thank you! That worked just like you said it would.