Display all emails, not 'collection'

Hi all,

I’m trying to create a log of emails in and out from my outlook and then add it to airtable.

The issue I’ve got is if I select

*To Recipients
** Email Address
*** Address

It only displays the first email address.

If I select

*To Recipients only

It returns the values of [Collection], [Collection], [Collection]

Does anyone know how to get it to display all email addresses in To, From, CC and BCC please?

You can use map and toString functions to do this it will put a , between each emails.

Below is an example adjust it for you case by using the To Recipients array and the name of the key for email address raw

Hey,

Thanks for the reply. I can’t get multiple emails to display though.

If I select the overall ‘Recipients’ it returns the correct number of emails i.e 3 people were in the ‘to’ box, but it returns the results as [Collection], [Collection], [Collection]

If I select the Recipients-email address-address, then it does return the email address, but only the first person in the list, not all 3?

The function I gave you above will get all of them.

Screenshot 2024-09-12 at 16.20.25


I’m getting this error.

you need to use the raw name of your key not just key:

Example below I am hovering over Recipient name and the key is name.

So where you put key I would put name
Do this for your case now.

you can try map of map
image