Hello @Karl_Krummenacher,
First, there are a couple of things I would like to see.
- Do you need to update all the records(from same table) that come from the first Airtable module?
- It will aggregate(sum, average, etc) data from the first Airtable module and update data into another table(another record).
If 1 is yes then you need to use an iterator. The way you’ve already used.
Now the question is how you can also get some aggregation data at the last Airtable Module. You need to use a set of multiple variables and then use inbuilt make’s functions like sum, average
etc.
See this
After setting multiple variables you can use the iterator module which can directly be used on the last module.
If 2 is yes then just remove your iterator module directly and use multiple variable values for the last Airtable module.
I hope this helps.