Notification not sending from an event trigger

Kris Jensen
Tera Guru

I'm at a loss.  I have created a Business Rule - Event trigger - Notification to occur when the Change moves from the Implement state to Review state.  No matter what I do, the actual email is never sent, not even created.  The business rule runs correctly, the event triggers correctly, the notification record is entered but nothing happens.  I know  the values are available, but I just can't figure out why it's not sending the email.

 

HELP!!!!!!

 

In the business rule I've tried the "current record" and the "Sys Approval Group record."

KrisJensen_0-1669305618895.png

Here is the event record -

KrisJensen_1-1669306947607.png

Here is the notification record -

KrisJensen_2-1669307260039.pngKrisJensen_3-1669307286417.png

 

KrisJensen_4-1669307303982.png

 

Email template -

KrisJensen_5-1669307341048.png

Log shows notification record is being entered, but no email is actually sent

KrisJensen_6-1669307471531.png

 

16 REPLIES 16

Kris Jensen
Tera Guru

Yes, the properties are on.  Other notifications trigger with no issues.

KrisJensen_0-1669639149788.png

 

 

@Kris Jensen when you say notifications gets created? Do you see an entry in email logs table?


Raghav
MVP 2023
LinkedIn

No.  That's the thing.  It gets to the event, which then triggers the notification (I have a log message it generates as well), but it never populates the actual email or sends the email.  The log message works.

KrisJensen_0-1669653456481.png

ServiceNow recommended a template

KrisJensen_1-1669653519324.png

 

Template -

KrisJensen_2-1669653563178.png

 

Who should get it -

KrisJensen_3-1669653634908.png

 

Hi, I can see you have configured the event with notification and recipient. I doubt in your business rule. Can you comment all line and keep only line 13 and configure simple when to run condition and check the notification. I doubt the error is present in your business rule code. 

Regards,
Suresh.

Kris Jensen
Tera Guru

OK.  I'll try that.