How to use the Caption of an enumeration

3
How to use the Caption of an enumeration in a microflow. I have created a validation message with template parameter which always shows the Name of the enumeration. I am using toString($Metaobject1/Attribute1) instead of GetKey($Metaobject1/Attribute1)
asked
1 answers
7

I reported this issue a while back and looking at the partner portal the issue is not released yet. A workaround is to make a java activity as each enumeration object has the function getCaption.

answered