Listing and separating array items

Hi,
I feel like this is a stupid question and easily to be solved, but I can’t find a way…

I have this array aggregator outcome, basically with company names and contact email adresses:

My goal: Send one e-mail to all of these contacts.

My approach: use the map and join function to get all mail adresses and separate them.

However, not even the map function alone works. It doesn’t take the mail adresses as input as it seems.

Is the hierarchy the problem? What’s the correct map-formula in this case? Or is there another more simple way to solve it?

Thanks a lot for any help!

Hi @Leo ,
Try to map it like this:


Here is the sample:

And the result:

1 Like