Access caption in enumeration

0
Hi all, is there a way to access caption of enumeration with a microflow? Guess it would work with a java action https://community.mendix.com/questions/2460/How-to-retrieve-the-caption-of-an-enumeration-in-java Best
asked
2 answers
1

I think you're looking for the getCaption() function:

https://world.mendix.com/display/refguide6/Enumerations+in+microflow+expressions

answered
0

Hi Tim, We are having a function getCaption (pass the enumeration value) . This will help you.

answered