Display a List returned by a Microflow in a single select drop down.
0
I am trying to display a list of items in a dropdown. The list is returned by a microflow which is fetching it from an external API. But the microflow does not store the retrieved list in any entity. Is is possible to show the list directly in a dropdown ? PS. I am new to the Mendix environment and thus don’t know a lot of stuff that might be obvious. Thank You.
asked
Chirag Bellara
1 answers
-1
You can do this by selecting the datasource of the reference selector as microflow, and you can call this API in this microflow and then return the result list.