BUG: Iterator after back to back Airtable searches causing issues

This is a simplified version of a bigger scenario where I was having this issue. I have 2 airtable searches, then an iterator to run through the results of the first search. The Estimate Search returns 30 items. The Field Tech search returns 6 items. The Estimate iterator then runs 180 times and while the iterator is running, the Tech search runs repeatedly.

Here’s a loom video demo’ing running it with the 2nd search after the iterator, where everything works as expected, and then running the searches back to back followed by the iterator where I get very odd results.

Hi @Eric_Webb,

it’s been a few days. Have you figured it out since then?

It fully depends on what you want to do but maybe you don’t need an iterator at all here? :slight_smile:
The first module outputs 6 bundles.
The second module outputs 30 bundles.
So the third module (iterator) runs 6x30 =180 times

Everything is happening as it should :slight_smile:

What’s your overall goal here?

Best,
Richard