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.
punna0001
(harish Punna)
May 7, 2026, 4:39pm
4
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
punna0001
(harish Punna)
May 7, 2026, 5:39pm
10
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.