Running into an issue with :extract from a geographical address. I have a Google Place search that populates a repeating group. Within the cell of the repeating group I have a text showing the Place name and another showing the Place address. When I show the full address everything works well:
What I want though is to only show the city on the address, but when I add the :extract and select city, the text field remains blank.
I have tried it with street instead of city as well, but it also remains blank. Am I doing something wrong with the :extract operator here?
Thanks for your response. My Google API keys are set up and there is activity on the Geocoding API so I am going to assume that everything is alright on that end.
I will try playing around with the extraction fields.
Let me know if you have any other suggestions. Thanks again, much appreciated!
@J805 thanks for providing me with the warning, turns out it works but only with state and county. Got the result I’m looking for on one of them though, so all good for now.