How to populate Drop Down list with values from an API call?
0
Hello, I am trying to create a drop down list that would show a list of cities. The list comes from a microflow as stated here, this is stored in a non-persistable entity: I would then like to use the values from this microflow for my drop down. How do I do it? Here is my domain model:
asked
Charles Cruz
1 answers
0
Assuming that the retrieval of the cities is done from a page where you view an entity let's say Match (because I see a location there) attach the non persistent objects to Match. You do need to pass the parameter Match to the microflow that retrieves the cities from the API so you can attach the result to the Match object.