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.