how to send enumeration type using send email module from plain body

-1
how to send enumeration type using send email module from plain body
asked
1 answers
0

You need to convert the enumeration to a string, like this:

getCaption($NewEntity/TestEnum)
answered