Hey,
I have multiple arrays in multiple bundles. I’d like to merge them into one array. How can I do this?
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.
Hmm, Try doing a map if you know that the key will always be there.
{{flatten(map(8.array; Add1))}}
Exactly!!!
Thank you, you are a time saver! Somebody should pay you for this