Hi All!
I have an automation set up so that when conditions are met (i.e I select a certain label from a single select menu), the an email is sent out the the attendees that were assigned to that meeting.
The problem is that it is only grabbing the first email in the email field and not sending to all the attendees. Is there a quick fix for this?
Table has a Row for each meeting with fields for:
- Meeting name
- time
- room
- Attendees (pulls from the stakeholder table and contains multiple people)
- Email (pulls email from the stakeholder table based on the Attendees. Data looks like: name@email.com, anothername@email.com, thirdname@email.com)
Automation:
- Action Type: Send an Email
- Configuration: TO= Look upfield: "Email" Token="Value"
- In the Table the Email Field shows: name@email.com, anothername@email.com, thirdname@email.com
- In the automation preview it shows only: name@email.com
- Email is sent to only name@email.com
Open to any ideas- Am I just missing a toggle somewhere?
Thanks!