- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2024 10:29 PM
Hi Team,
I noticed that in the request item table, I recorded a notification meant for the end user and one group, but it seems to be going out twice. Just wanted to bring this up so we can sort it out. Thanks for your help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2024 10:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2024 10:45 PM
It seems stages are updated twice so please change the conditions for the stage field like changes to the operator and for state check conditions for Closed Cancelled or Closed Rejected, add in a single operator as One of
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2024 10:38 PM
Hi @Venky Kshatriy2 ,
I believe there might be multiple updates happening on the Request Item table that might be triggering the Notification Twice. One of the best way to prevent this is to change the condition Slightly.
For the State and Stage instead of using "is" use Changes to
Eg:
State Changes to Closed Rejected
Stage Changes to Request Cancelled
Mark Helpful if this helps in resolving your Query.
Regards,
Johns M P
Johns M P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2024 10:43 PM
Thanks @Johns_MP
I also tried using the 'IS' method, but it’s still triggering twice. Just wanted to keep you updated on this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2024 10:44 PM
I meant to Say use "Changes to"
Johns M P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2024 10:45 PM
It seems stages are updated twice so please change the conditions for the stage field like changes to the operator and for state check conditions for Closed Cancelled or Closed Rejected, add in a single operator as One of
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************