Notification is getting triggered twice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 11:19 PM
This is on sc_task table still its getting triggered 2 times.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 11:38 PM
Hi @kalakaramad_20 ,
Looking at the condition it should trigger only once, would you mind check below items,
1)Did the same email triggering twice?
2)Check the history of the ticket (Right Click on Record Header > History), did additional comments updated twice?
Thank you,
Hemanth
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 12:06 AM
hello the same notification is triggered twice.
and its not update twice.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 12:19 AM
Hi @kalakaramad_20 ,
Would you mind change the condition and check once.
>>instead of Additional comments, May be State and Assignment group is empty, Just to be sure -additional comments not causing this issue.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 11:44 PM
Hi @kalakaramad_20 ,
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
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.