How to populate drop down dynamically (Data is coming from REST API)?

0
Hi, I am working on Consuming REST API and showing the data. The flow of program is as follows  1. I am consuming one login api which gives me Authorization token for my further APIs. 2. Once the user get logged one more API called to get location details(location name) which i need to show in drop down list. I have one dashboard page where i want to show drop down list of location name The domain model is as follows But whenever i use drop down or reference selector i am not getting that location entity for attribute path. Please let me know what i am doing wrong. TIA
asked
1 answers
1

Have you tried using a Microflow that returns the List of selectable objects?

answered