Send Push Notification only when a record is updated not inserted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi community,
I have a problem with the "When to send notification" condition.
I configured it using no-code, but the notification is also triggered when a new record is inserted (I need only when updated)
Here is what I have:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Please check if there is any configuration in the Flow, Workflow, or related events."
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
It is possible that match conditions & run time values are not working as expected and you can enable logs to check how the status of these fields are changed for a sample record of insert/update.
Alternative, try to create event on table.record update and fire the notification on 'Event is fired'. This would be a better option for your requirement.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Go to System Logs > Emails.
In the list view, filter by the Target Table (the table on which you created the notification) and sort the Created column from Z to A.
Check which notifications are triggered right after the insert.
Open the record — there you’ll see the specific notification that was sent.
If this helps, please consider marking my answer as helpful/accepted — it motivates me to stay active in the community and also helps others find relevant solutions more easily.
Thank you!
Shashank Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
There are no logs for Push Notifications