How to? Countries dropdown populated from Google API

Hi all,

How would I populate a dropdown with Country names only via Google API?

I have the Google Places API connected, but no idea where to from here… Does anyone have a good tutorial or guide I could follow?

Thanks!

Ideally, your API must be initialized as “Data”.

Set the Dropdown type as text and in Dropdown datasource, use the dynamic variable “Get data from an external API”, select your API and look for the list of field corresponding to the country name (Or perhaps…each item’s country name).

But…is your intent to get the full country list? If so, no need for Google Places API.

Does anyone have any idea how to do this? Given Google has location data, I thought it would be easy to get a situation where a user can choose:

Country (Dropdown) > Then State/City (Drop Down > Then Suburb

This topic was automatically closed after 70 days. New replies are no longer allowed.