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.