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?