Aug 12, 2022 04:56 AM
Hey Airtable community, I need you!
I made an automation to send email to multiple email addresses when a record matches conditions.
The automation works well during the test session and sends the email to multiple addresses picked from a rollup field with this formula added:
ARRAYJOIN(ARRAYUNIQUE(ARRAYCOMPACT(values)), ", ") .
The problem is when I run the automation in airtable data, the automation sends the email only at the first contact of the rollup field.
Please, help me to fix this issue.
Thank you for your time
Aug 12, 2022 06:10 AM
Are you able to share a copy of your base with the fields required?
Duplicate the base and turn off “copy records”
Aug 12, 2022 06:24 AM
Hi Zack,
this is the link Airtable - Main Story View
Aug 12, 2022 06:54 AM
Not sure why it isn’t working for you. I’m not having any problems when testing a similar setup.
Just for the sake of it try this
ARRAYJOIN(ARRAYUNIQUE(ARRAYCOMPACT(values))).
If that doesn’t work, I’m not sure what to tell you without seeing how the base and automations are actually setup.
Aug 12, 2022 09:10 AM
Hi Zack,
Thank you for your support.
I tried also with your formula ARRAYJOIN…(etc), but it works during the test, but doesn’t work during the operation in aritable data.
Below you can find the snapshot of my automation configuration:
Aug 12, 2022 09:40 AM
The automations runs successfully, but as you can see it uses only one email address (the first in the Rollup field).
I tried also to invert the addresses, but the mail is sent every time only at the first address.