How do I aggregrate multiple arrays from an array aggregrator module

:thinking: What is the problem?

I want to aggregrate the array aggregrator results into one. Can you please help me? This is my current flow so far:

:test_tube: What have you tried so far?

I want to basically put every array produced from the list all tasks, which is 3 since we have three lists in our space, into one array.

:camera_with_flash: Screenshots: scenario setup, module configuration, errors

Hi — You can use the Array aggregator set to “Aggregate everything” and then place a Set variable module after it to combine the resulting sub-arrays into one. Once you have the single array output, you can continue with the rest of your flow.

1 Like

Hey there,

what are you iterating here? Cause the List modules already return a separate bundle for each item found, no need to iterate that and you can move straight to aggregating. Also, as I understand your flow, you need to change the source module to the first List module, cause that is the one producing the extra bundles and not the iterator after it.