Email Send action in Workflow

Hi All,

I am sending email to manager and another person for more visibility.

One is dynamic and another is static email. but email is sending only to dynamic variable.

how to send it to more than another 3 to 4 static emails?
Please suggest the me.

@AbhijitPatil Refer the thread below

Send email in workflow - #2 by atarodia

Hello Abhijit,

This looks like the same Send Email multiple-recipient limitation discussed here. The working workaround is in this thread:

Workflow with multiple recipients in a send email action

Hi @AbhijitPatil ,
You can use the define variable with the list of emails, the list can contain static and dynamic emails, then use that variable in send email action

Define variable and use that in send email action like this

Hope this helps

i am getting this error,

The issue might be the variableA.$ key on line 13. try changing it to plain variableA without .$

Hi @AbhijitPatil ,
Make sure to select type as text for define variable emails

Thank you Satish, for your timely help.