How to add CC in the notification activity of workflow in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 12:33 AM
Hi Team,
I have a requirement to add cc in the notification activity of workflow in ServiceNow. Could some one please help me on that.
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 01:53 AM
@Arun91 can you add the snippet or your code if possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 01:57 AM
in workflow i declared in this method:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 02:05 AM - edited 02-20-2024 02:05 AM
@Arun91
Use
${mail_script:AddCCToLastUpdatedBy}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 02:59 AM
I have added it but it is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 03:33 AM
@Arun91
This should work, make sure you've used all the correct field names.
Please check the attached images and below is my email script