Is it possible to add exception.message result into email category

I’m getting error when I run the process and I want to add that error message into email as email category.

Is it possible to do and how?

I did like this …

image

but its not showing the error, its just writing exception.message as tekst as a mail category… and I want that it shows me the actual error of why its stoped and came to this activity.

Hi,

Can you try as the following?

{exception.Message}

The following may also help you.

Regards,

Hi @Ellen

Categories Field is Array of String

You also can set more than one category in one go

{"Category 1", "Category 2", " Category 3"}

In your case {exception.Message} should work

I didt tried that yet… but will let you know if that is not working.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.