Repeat Scenario?

I have a Drive table with one column and 10 rows. Each row contains a word. I want to pass this word to GPT and store the output in a table.

It works perfectly with just one entry, but as soon as there are multiple entries, it’s passed through bundles and it no longer works properly. I’d like a solution so that after the scenario is complete, it simply repeats itself. Is this possible, cause with the watch-rows module the next entry is simply used.

Or any other ideas about how to send each word individually to GPT so that it is processed cleanly and individually?

@Chris13 , if i understand you correctly, you want to pass each word on each row through a GPT module and save the result on same sheet?

Hey Chris,

can you share the scenario you have so far and show what happens when you try with multiple bundles?

Thanks for your help, the problem solved itself. I simply set the limit on watch new rows to 999.

2 Likes