For this, you don’t need a repeater. What you need is to use “Google Sheets / Search Rows” or “Google Sheets / Watch Rows” if you want to pick only the new rows you will add later.
When you do this, it will return the 2 rows, it will generate what we call “Bundles” (a Bundle can be compared with a Record). Then, the next steps (OpenAI, and Google Sheet) will be repeated twice, the looping will be done automatically.
But, for the next steps after OpenAI, what you need is only Google Sheets / Update a row.
In this module you will be able to map the RowID of the first step, and the column B.
I have a situation where I am using Google sheet search row and bundles are populate. In this I want check the value of one column say “test” and if it is zero I will route in one direction , and Not zero route in another direction … how to use it.