Not able to combine all the bundles array into

Not able to combine arrays form different bundle

There is a solution for this in make.com community , but even after implementing that , i am not able to get this right.

I have 5 bundles , and inside each bundle there is an array , inside the arrray , there are collections of data,

so i just wanted to combine all these arrays from different bundles into one array , so i should get a big bundle of collections within a single array , so that i can start to iterate them ,

Right now i see only the first bundle or the first array is being sent for iteration so we get 100 operatiosn , but we shuold be getting 400 operations after combining them all ,

i tried using flatten and map , but i was getting some length errors ,

so i want all these arrays from different bundle to become one single array

in the iterator , i am able to just iterate only 1 bundle from a single array ,

i have attached the json below , please help

blueprint (10).json (352.3 KB)

Hey Sanjith,

could you please share a screenshot of the aggregator module and what it is combining in the array? Make sure you are combining the correct items there.

Afterwards you can use flatten() on the newly created array to transform it.

i have also added the json in the previous post

i tried using flatten but i am not able to get it work, hope you can help
Thanks!

What issues are you getting when using flatten()?

It is just showing my the first bundle only , not really combining them ,

also in another case it was showing some kind of error , saying the size is too big or something like that ,
hope you can help ,

Thanks.

Hello Can someone please help with this ?