Need to trigger an notification to the Assignment Group, Assigned To, and Watch List in the flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2025 06:34 AM
Hi Team, I have requirement to trigger the email notification to group, assigned to and watch list members and i tried below script action to get the all the recipients but its not getting the sys id in Parm1. Could you please guide me how to fix this issue. Please find the detail doc of flow designer with steps.
Please see the Script action:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2025 07:16 AM
Hey,
Did you checked if it is getting all the recipients email address in outputs.
If it is, then just use the code block there and assign to parm1
Thanks,
Bhimashankar H
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2025 07:59 AM
Hi @cp10 ,
** I can prefer using Flow designer:
Use a Lookup Records action to query the Assignment Group and Watch List users.
Use the Send Notification or Send Email action with data pills:
Assigned To.user.email
assignment_group.members.email
record.watch_list (this is a comma-separated string of sys_id values)
For Watch List, if you need to add to existing rather than overwrite, concatenate the existing watch_list with new sys_ids in an Update Record action before sending notification...
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/