- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2026 07:34 PM
Hi @Ankur Bawiskar ,
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2026 09:09 PM
you need to use <mail_script> within that notification activity message
Give correct variable name
<mail_script>
email.addAddress('cc',current.variables.requestedFor.email.toString(),current.variables.requestedFor.name.toString());
</mail_script>
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2026 08:51 PM
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.
