Catching an enumeration value

3
Is there a way to catch the value (not the name!) of an enumeration so I can use this value in a microflow? If not, can I accomplish this in Java?
asked
1 answers
2

Dennis, I thought the getKey( ) function is the way to get the value. To receive the label you should use Java.

So in you microflow use the expression:

  GetKey($object/Attribute)
answered