Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

Notification Triggering Twice with the Same Timestamp

SaipriyankaG
Tera Contributor
We are observing an issue where the notification is being triggered twice with the exact same timestamp. Has anyone encountered a similar issue or can suggest possible causes and troubleshooting steps?
11 REPLIES 11

Ankur Bawiskar
Tera Patron

@SaipriyankaG 

how is the notification configured?

may be some BR on that table has current.update() which is causing it to fire twice

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Notification was configured through a  flow using the Create Record action on the sysevent table.

@SaipriyankaG 

what's that notification about?

what's your actual business requirement?

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

A notification is configured to trigger when an SLA reaches 100% breach. To achieve this, a Flow is used with a Create Record action that inserts a record into the sys_event table. However, the notification is being triggered twice for the same event, as shown in the above attached screenshot.