Email Workflow syntax for 2 different email

What is the syntax for sending to 2 different email if the condition is meet?
Under the Workflow, To
if([Area]=“North”, ,) what should be for each, and what the syntax to send to 2 different Email

Thanks

0 5 526
5 REPLIES 5

Try IFS([Area]=“North”,“NameA@gmail.com,NameB@gmail.com”)

@Aleksi Thanks I’ll give it a try

You’re welcome

Hello, so can I use this same logic to more than 2 different email?

Yes you can

Top Labels in this Space