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)