Airtable Search Records returns 25 bundles but downstream module only processes 1

:bullseye: What is your goal?

For each of 25 providers from an Airtable Providers table search, check a second Airtable table (Expenses) to see if a record exists within a date range.

:thinking: What is the problem & what have you tried?

My Airtable Search Records module (used as trigger) returns 25 bundles in the output inspector. However, the next module downstream (a Router) only processes 1 operation — not 25. There is no filter between them. I tried: adding a Router between them, adding an Iterator, and changing the trigger from Data Store Get a record to Airtable Search Records directly. None of these made all 25 bundles process individually.

:clipboard: Error messages or input/output bundles

No error. The trigger module shows 25 bundles in output. The next module shows 1 operation, 1 bundle in input.

Hey Ramon!
Can you try this workflow?
Airtable Search record module → Array Aggregator module → Iterator → next modules
Let me know if that works.

-John

Hey Ramon,

can you show a screenshot of the execution run?