How to send emails to multiple addresses in Workflow

Ray
New Member

I have a workflow rule that sends an email to customers when changes are made or new records are added to a table. In some cases my customers would like this message to be sent to more than one email address. Iโ€™ve tried to add comma separated addresses to the field but that does not work. Is there an easy workaround without making a table dedicated to emails for each customer?

Thank you
Ray

Solved Solved
0 5 628
1 ACCEPTED SOLUTION

Maybe try this then:

SPLIT( [CustomerName].[CustEmail] , โ€œ,โ€ )

View solution in original post

5 REPLIES 5
Top Labels in this Space