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?