- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:12 PM
I want to make a service now email notification that send a email whenever a field that was previously populated becomes empty but i dont want it to trigger at the beginning of the record creation (Because it will start empty until it is populated.)
Right now i have it set for the condition to trigger on update with the condition being "is empty"
The goal of the email notification is to send out a email whenever a technicians name is removed from the field and remind someone to reassign a tech before its too late.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 04:28 PM
I would try it as Engineer Changes or Technician changes and Engineer is empty or technician is empty.
Or you may need to use an add OR clause and sperate them like this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:23 PM
You can use a Business Rule to do that, see examples in you instance. Go to a list view of Business Rules, and filter: "Name", "starts with", "Send email". there are several in my instance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:26 PM
You should be able to do field changes and filed is empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:29 PM
Thank you i think this is exactly what im looking for!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:33 PM
could i do it with 2 fields like so?