How to load a dropdown with an entity

0
Hello, I would like to ask you a question. I am a beginner in mendix and wanted to know how to load a dropdown from an entity.
asked
1 answers
0

If you have already have an entity which contains the list of values you want to select then make an association between the entity you want to store the selection and the entity which contains the list of values. Then use a reference selector on the page. 

 

Alternatively make an attribute an enumeration and use the drop down widget. 

answered