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.
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.
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.