Populate try/catch error message in a notification body

Facundo Prado
Tera Expert

Hello everyone!!
I need to populate the ERROR message in a notification, for a TRY/CATCH of a shceduled job.

This is the scheduled Job:

FacundoPrado_0-1713363013220.png


Notification:

FacundoPrado_1-1713363207084.png

FacundoPrado_2-1713363258709.png

 

The notification is fired by the event, and already has a subjet, but I need to populate this error in the body.Any Idea??
Thanks to all!

1 ACCEPTED SOLUTION

maroon_byte
Mega Sage

Use ${event.parm1} or ${event.parm2} in notification body/Message HTML.

 

Regards,

Sharad

View solution in original post

2 REPLIES 2

maroon_byte
Mega Sage

Use ${event.parm1} or ${event.parm2} in notification body/Message HTML.

 

Regards,

Sharad

prashali511
Tera Contributor

Hi,

 

Can you share which table you are selecting while creating notification?