Help

Automation to send an email produces "'to' field is empty"

Topic Labels: Automations
1318 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Walker_King
4 - Data Explorer
4 - Data Explorer

Hello! I’m trying to make an automation where an email is sent to a linked record whenever a specific field in a record changes. My trigger tests fine, but I can’t set up an action because whenever I try to test it tells me the “to field is empty.” I have a lookup field to pull the emails for the linked records, and because I read that lookup fields don’t work with automations, I created a formula field that’s pulling in the emails and that’s what I’m trying to reference with my action, but for whatever reason it won’t recognize the email in the field. to field empty

2 Replies 2
Tuur
10 - Mercury
10 - Mercury

It’s probably still an array. Use something like arrayjoin to make sure the field is a string.

Michael1
6 - Interface Innovator
6 - Interface Innovator

Did you find the solution. I’m having the same problem right now.