Hi everyone,
I’m running into an issue where my Iterator correctly outputs multiple bundles (see screenshots — 2 bundles in total), but the following Airtable “Update a Record” module only processes one record.
Here’s my setup:
-
Airtable – Search Records → finds multiple records (2 in this case)
-
Array Aggregator → collects the record IDs
-
Iterator → correctly outputs 2 bundles (confirmed in the run log)
-
Airtable – Update a Record → only updates the first record (1 operation in total)
I’ve tried:
-
Reconnecting the modules (Iterator → Update) directly
-
Making sure there are no filters or routers in between
-
Running the full scenario (not “Run this module only”)
The Iterator output clearly shows 2 bundles, but the Update module input still shows only 1 bundle.
Is there any known reason why Airtable Update a Record would not iterate over each bundle coming from an Iterator?
Thanks for any help — screenshots attached showing each step (Array Aggregator, Iterator output, Update input).
Welcome to the Make community!
That’s probably because your Sleep module has some kind of error, so the rest of the scenario is halted.
How is your sleep module set up?
We’d love to help, however, you have not provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any issue/s and/or error/s.
To allow others to assist you with your scenario, please provide the following:
2. Scenario Blueprint
Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!
To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.
You can upload the file here by clicking on this button:

Sharing these details will make it easier for others to assist you.
Hello Samliew,
Thank you so much for the quick response. The sleep module I only added to get some time to stop the scenario before it would do a second run (and prefent myself from getting too many test emails.) The error is also there only because I halted the run.
I added the blueprint. Hopefully you can see where I am going wrong and how I should fix it.
03.0 Bevestiging Mail IFKD Dansschool.blueprint (1).json (111.9 KB)
Hello @Eijer_Producties,
Thanks for blueprint I had tested the Airtable Search → Update flow and it worked well.
Also, I think there is no need for the Iterator and Aggregator. You can directly map the data from the Search Records module to the Update a Record module to update all the records that were found.
Below are the screenshots you can refer to.
Let me know how it goes and if this helps, please consider marking it as a solution. 
1 Like
Thank you so much @Probotic_Solutions,
I just tested the part of the scenario with only the search records and then the update records and it does indeed work on its own without the Iterator and Aggregator. Somehow it was not working in the full setup but after rebuilding it, I got it all to work now.
1 Like