How to add "Requested for" in cc in "Notification" activity of workflow

sameekshasa
Tera Contributor

Hi @Ankur Bawiskar ,

I want to send a notification using a workflow. In the "To" field, I have added a distribution list (DL). In the "CC" field, I need to include the "Requested For" user, which will be selected by the user when submitting the form. Could you please suggest how this can be achieved? Do I need to write an email script and reference it in the "To" field as well?

Thanks in advance!

5 REPLIES 5

yashkamde
Tera Guru

Hello @sameekshasa ,

 

use -> email.addAddress("cc", "requested_for","ABC");

In Email Script 

and call ${mail_script:email_script} -> in Notification

If my response helped mark as helpful and accept the solution.