- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2023 09:48 PM
Hi,
We have certain incident records (generated from an email inbound action) and cataog requests (that are auto-fulfilled) which we want to raise as closed/resolved just for reporting, is there any way to prevent these firing email notifications on record insert? None of the exclude conditions on the email notifications I've tried have any effect because the records are first inserted and then the values are updated with all the fields and statuses I'm setting.
Thanks in advance,
Adam...
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2023 08:09 AM
Hi @SSCUser ,
Are you using any specific account to create these records in the inbound if so, you can give it a try exclude using Opened by
did u try setting field becore insert logic??
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
09-10-2023 08:09 AM
Hi @SSCUser ,
Are you using any specific account to create these records in the inbound if so, you can give it a try exclude using Opened by
did u try setting field becore insert logic??
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
09-11-2023 01:15 AM
Thanks, that helps for one of my use cases, appreciated.
Any clues or links of how to set the field before the insert logic? It seems to insert a blank record and then update all the values.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 01:43 AM
Hi,
Have you tried setting a field from inbound email script/service catalog request workflow which you can use in the existing notification as a condition?(like if field "A" is not "xyz")
You can create a new field or use existing one .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 04:49 AM
Hi,
Yes, tried that in both cases but it seems that ServiceNow inserts the record and then immediately updates it because any fields set never meet the insert condition. In fact, it's possible to see the record appear in the list view and then get updated if you keep refreshing enough.