to get data from dropdown list dynamically

0
Hi all, How to make a dropdown list dynamic, that is dropdown should display list of objects from the microflow.
asked
1 answers
2

Sounds like you are looking for a reference selector. You need to create an entity with your objects you want to select and then set an association to it. In default setting, all objects of the associated enttiy will be displayed. If you add a new object, if the dropdown will be relaoaded, the new item is in the dropw down.

answered