Execution of actions after completed iterations

Hi, I need to execute a gpt prompt after the 10 add rows made in google sheets. Currently when I give another gpt module after add row it already executes the prompt after 1 iteration each time. I tried with parse aggregation modules etc.

Hey there,

depending if you need any data from that array or not: either add an aggregator to go back to one bundle, or add a router before the iterator and call the GPT module on a different route.

yes I need this data from this table