Enumeration Values

0
Is it possible for an Enumeration to have its values coming from the entity? Example: I want to select values from a table and use that as values in an enumeration.
asked
2 answers
1

Create an entity, associate one to many mapping with the parent entity. Do a CRUD operation and it is dynamic. 

answered
0

Interesting question, I also want to know.

 I think that the Enumeration in Mendix is static, can not be created dynamically.

I also do not know how to add the item of Enumeration in Microflow or Nanoflow.

answered