Email Notification is triggering twice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2021 01:09 PM
Hello,
I created a notification called 'Request Canceled' when the conditions are met request 'opened by user' is receiving two emails.
How to skip the duplicate notifications?
Thanks,
SR

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2021 01:12 PM
You may have your conditions set to condition 1 OR condition 2, which would create 2 occurrences because they are separate conditions. To only send when both conditions are present, change them to condition 1 AND condition 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2021 01:38 PM
Check there are any Business Rule which consists current.update();
and also check that same notification triggering twice or different. Also is there time gap between two notifications?
Refer below link
Email Notification getting Triggered Twice - IT Service Management - Question - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2021 01:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2021 02:11 PM
Did you check the email is getting twice because of the update happening 2 times