Hi, I have this array aggregator, and it gives me a bundle per operation, and for each operation it gives me an array, in total 3 arrays in my flow, but they could be N arrays.
How do I put all the bundles into just 1 array? Because my future steps only have to be executed once, not 3 times, how will this step make me do it?
2 Likes
yeah just changed that!!! it was set to an iterator and that was the issue .
2 Likes