I have a field generating an email for each person on a list: CONCATENATE( {First Name},".",{Last Name},"@Gmail.Com") This formula creates a First.Last@Gmail.com list in my "Resource email:" field.
The issue is, when I create an automation to send an email to the "Resource email:" field, it throws an error, showing that the email it read for that field was just ".@gmail.com". It's not detecting the first or last within the automation. The automation is set up as "when a record is created" currently as well.
Any help on getting the email field to read correctly?