Pass error parameter to email template

I’m trying to send email notifications based on a template when there is an app error. What should I do with the error parameter to resolve this error? I tried Convert to Text on the error variable but it doesn’t work.

Hello @Marc_Chriqui

Your variable error is Object type. Try to get property message of error, that should help.

Regards, Dima

1 Like

Issue resolved. Thank you Dima!