Bind Object value to dropdown List / Convert Object Value to Enumeration

0
Hi, I have an Entity which is consumed from REST Service in the form of Object (ID, EmpName, Email, Phone, Dob). I want to display the  to display the “list of “EmpNames” in the  dropdown list. Anyone help me to do that?  Vinoth Kumar 39 minutes ago
asked
1 answers
0

I think you would need to use the reference selector in another object to access the association and show them in dropdown. Or you could resort to the Grid Search widget from the appstore with the Dynamic Dropdown option.

Edit with example:

Page with reference selector set on employee name

In your custom save microflow you can retrieve Employee over association from EmployeeHelper

answered