“Send Email” action is currently allowing 10 static value of email recipients in the Workflow. But our requirement is to send the email notification to certifier and certifier’s manager . I am fetching certifier and certifier’s manager from Get Identity action but cannot pass it while using the variable selector in “Send Email”. Is there a way to pass below dynamic values in email recipient list?
Hi Aditi
Try fetching all the certifiers first and add a loop for each identity (from certifiers) to send mail to both certifier and its manager inside the loop.
BR,
Antony
Hey @antony_petson,
Thanks a lot for your suggestion. But I have one concern, if I apply loop then separate email would be triggered to each recipients, but our requirement is to send one email with all the required recipients. Let me know your thoughts please.
As of now, you can’t mix static, picker, and variables to the email list. You can only use one of the options. There is an enhancement request (PLTWRKFLW-1280) to support mixing variables with static values to support this use case.