Aggregator output

hello, i’m using an iterator to loop over many script to give them seperatly to elevenlabs, after the iteration i want to upload all the audios into airtable so i created the aggregator thinking that he will give me a collection of arrays that contains all the urls but he only give me the last one, how can i fix this please ?

Welcome to the Make Community!

That’s the actual array variable, and you’re seeing one sample data.

Click on the actual array instead of the example child properties to select the array.

For now information, please complete the Make Academy.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

thank you for your reply , but i’m new and i didn’t really understand how can i get a list that contain each Web content link , i want to insert all of them in an airtable module. i don’t want the array variable. i want like in the first photo to get the collections and i choose wich one to pick

Welcome to the Make community!

“Looping” Through Array Items

When you see an ARRAY, think ITERATOR module.

Then, you may need the following.

Combining Bundles Using Aggregators

Every result (item/record) from trigger/iterator/list/search/match modules will output a bundle. This can result in multiple bundles, which then trigger multiple operations in future modules (one operation per bundle). To “combine” multiple bundles into a single variable, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and can apply to many use-cases like building of JSON, CSV, HTML.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like