Send one notification when multiple records are updated from List View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2022 11:34 AM
I want to send one email notification when multiple records are updated from the List View at the same time and include the value into the notification, then if do the same later send another email notification with the records updated.
For example, if I update the Status to "Complete" for the first three records I want to send a notification to the users and include the value.
Any ideas how can I achieve this? May be I need a On Demand Scheduled Script?
Regards,
- Labels:
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2022 02:57 PM
You can configure a flow designer flow to create an event.
You will need to update a custom flag in your table based on your requirements.
Use this flag in flow conditions which creates event. This event will be handled by email notification. You can use event parameters to include as JSON in email script.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2022 09:42 AM
Hi Sachin,
Do you have any example of that?
Thanks for your reply.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2022 06:25 PM
Duplicate posts:
- https://community.servicenow.com/community?id=community_question&sys_id=facce6d4db08dd542dc24f781396...
- https://community.servicenow.com/community?id=community_question&sys_id=092708f0db40d5942dc24f781396...
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!