Why is my 2nd iterator module trying to process 100 bundles when the limit for google-sheet to array only to do 10?

Can someone help, this is probably a simple fix. Im building a scenario every part of it works but there’s something strange going on with my iterator near the end of the scenario.

i set the limit on both the google sheet search as well as the array aggregator to 10, then it goes into the iterator to then pass to GPT.

But for some reason when i run the scenario, the iterator tries to process 100 bundles ive double checked that both google sheet search and array aggregator is limited to 10 bundles and they do only process 10 but for some reason the iterator just keeps going? Any suggestions or help?

My gratitude in advance.

Hi @Lavon,

it’s hard to tell what exactly is happening without seeing the scenario.
From what I read it sounds like you have two modules behind each other each returning 10 bundles. Then the iterator might output 10 bundles for each of the 10 bundles from the first module. 10x10=100 .. :slight_smile: