Create Enumeration Values or Dropdown Values via Microflow

0
Hello, I am getting via a API Call(Microflow) Users. Now I want to achieve that I can select a User via Dropdown in another module and save them in a new Field.  That for I need a Dropdown/Enumeration value’s based on the returned List via the Microflow.    Regards, Aftab
asked
3 answers
0

Why do you need an enumeration? Create an entity with just one field and reference it.

answered
0

I recommend to use the auto-complete widget (https://appstore.home.mendix.com/link/app/2695/) and map it to an entity with your users

answered
0

Hi Aftab,

Make sure you have an association with the object containing the users. The population of the dropdown can then be done automatically or be done via a microflow. 

Hope this helps.

KR

answered