How to ensure one gsheet module runs only once within a scenario that will run multiple times?

Hello Guys,

I have one questio concerning google sheets “Add row” module.

As you can see from the scenario, I create a sheet, add rows to add headlines, wait a little bit, and then add content in the rows below the headlines.

My question is how can I ensure that the “Add headline to the sheet” gsheet module runs only once in this scenario, as I need to create headlines only once ?
blueprint.json (134.6 KB)

Thanks in Advance.

Hi again @Youssef_Enjri, where do you get the Headline for the sheet from? If it’s not from claude, you can just place the first two (create sheet and add headline) modules before the Iterator at the beginning.

Otherwise, you can use an array aggregator before the two modules and then an iterator after them.

Your scenario is really coming together. Looks good!

1 Like

Hi @Juliusforster again :grinning:,
Thanks for your reply. So I just mapped them manually ( wrote them in the appropriate areas on the setting), so I think I will just change their position as you suggested.
Yeah finally done with the scenario

1 Like