- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 05:09 AM
I had created an event from workflow and parm 1 contain person to receive an email with parm 2 being person in CC
Now in notification I checked
And in email script have written
But I am not getting anything in CC when an email is triggered please help me over this..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 05:37 AM
Ya I am not asking to change it. You have to put that in loop to get it working,
Below link might be helpful.Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.
Multiple CC Person, through workflow
Thanks,
Deepa

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 05:12 AM
Can you show me the line in the notification where you are inserting the task_sla_script_1 script? It should look like this:
${mail_script:task_sla_script_1}
Scripting for Email Notifications - ServiceNow Wiki
Email Notifications - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 05:22 AM
Can you test this by giving only one id and see if its working.
Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.
Thanks,
Deepa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 05:35 AM
Hi Deepa,
yes I tested using one id and it was working fine but THE PURPOSE OF PARM 2 IS THAT IT SERVE AS ALL GROUP MEMBER WHO NEEDS TO BE NOTIFIED.Hence I can't change them.