Is there a way to get all the values of enumeration in the microflow?

0
I created a enumeration called Floor, and I want to get all the information of Floor(B1, L1, L2. . .) in microflow.  What should I do?
asked
1 answers
0

I don’t think there is any built-in activity in the microflow. But you can implement a custom solution in a Java action and use microflow to call that Java. 
Here are some previous posts that may help
https://forum.mendix.com/link/questions/106914

https://forum.mendix.com/link/questions/22652

answered