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