Gooogle API for location suggestion

0
need a functionality like this a form field can someone tell me how to achieve this! thanks in advance :)
asked
2 answers
0

You could use the AutoComplete widget as Jannes suggested, and then use the microflow search option. Your microflow could then query an external API and return results. This could mean your microflow being called very frequently. 

The other alternative is to look to create your own custom widget to achieve this, but you would have to write your own JavaScript to interact with Mendix.

Hope this helps.

answered
1

Well you can use the autocomplete widget. But you can only filter on 1 attribute of 1 entity.
So you can show more information like “Location, Code, Country” but you can only filter on “Location” for instance.
https://appstore.home.mendix.com/link/app/2695/

answered