How to get Enumeration values in List in microflow

0
How to get Enumeration values in List in microflow
asked
2 answers
3

Hi Priyanka Gadikar,


As per my understanding of your question, do you want the Enumeration Values from a list?
I will use OQL to Retrieve the Enum values. You can also Define the columns you need in your OQL query and also perform other actions like fetch unique values from the list, count, etc.. 
For your Reference:  https://docs.mendix.com/refguide/oql/

 

Or 
Check this forum link for your Reference : https://forum.mendix.com/link/questions/104417
 

 

answered
3

Hi Priyanka Gadikar,

 

this is not default out of the box. If you want the values of your enum as a list in your microflow, for example to loop through them you have to use a Java action for this. At this moment this is not available in the marketplace.

answered