How get enumeration caption and assign to a variable in microflow

-1
in page, operater select a caption from a drop-down icon (connected with a enumeration data), now I want to get the selected caption and assign it to a variable in microflow, How do this? 
asked
1 answers
0

Hi ,

You can use the getcaption function to get caption value

https://docs.mendix.com/refguide/enumerations-in-expressions

answered