How to combine two bundled arrays?

Hey,

I have multiple arrays in multiple bundles. I’d like to merge them into one array. How can I do this?

You can use an array aggregator for this, on the array aggregator mapping/select option you can choose your array i.e Add1. You might need to use flatten function on the array aggregator output.

1 Like

@Runcorn Thanks!

I tried but it doesnt work. Do you know any other way?



Hmm, Try doing a map if you know that the key will always be there.

{{flatten(map(8.array; Add1))}}

1 Like

Exactly!!!

Thank you, you are a time saver! Somebody should pay you for this :smiley: