Multiple Bundles Email Addresses Into 1 Useable List

Hello

I have an Airtable module which returns 30+ bundles that look something like this (info has been changed - this is an example of 2 bundles):

[
{
“Email”: “enquiries@mail.com”,
“id”: “fffffffffff”,
“createdTime”: “2024-06-27T15:00:43.000Z”,
IMTLENGTH”: 29,
IMTINDEX”: 1
},
{
“Email”: “office@mail.com”,
“id”: “ffffffffffff”,
“createdTime”: “2024-06-27T15:00:43.000Z”,
IMTLENGTH”: 29,
IMTINDEX”: 2

etc etc

My goal is to be able to BCC in all the email addresses within an email module. But first I need to get all the email addresses into a list separated by ;

I’m sure this is simple but ChatGPT, Claude & Gemini couldn’t help.

Hi @TomH, Have you tried using text aggregator module ? In advanced, select separator > other > ;

1 Like

Yes! I literally just tried that and it worked before I saw your reply!

Thank you

1 Like