Limit notification Triggering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a notification triggered for two recipients, Requested_for and Requested_by.
When I am having same user in both fields, then it should not trigger two separate notifications, it should only trigger one.
How can I do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
hi @Taaha M
If you want to keep the standard Recipients tab but avoid duplicates
- In the Who will receive section, select only one field (say requested_for).
- Then add a condition (or script) to check if requested_by != requested_for, and if so, add the second user manually with a Recipient Script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Since both the recipients are same is the user getting same email twice?
what's happening currently?
It's OOTB platform behavior and instance should send only 1 email to that user.
What it shows in email logs?
May be the same email is getting triggered due to some other action and possibly user is getting this email again.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Change your email notification configuration 'weight' from '0' [default] to a higher number [for example, 10].
Go to Notification -> Advanced -> When to send section
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0829694
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan