Google Places Autocomplete Components object

I am using the google places auto complete integrated into appconnect and I run into a problem. On return I can retrieve the full address, but the component opject is empty, so the streetaddress, town, zipcode and all the other objects in the components array are null. Why is it not updating when the address is selected? Am I doing something wrong?

Hello, what do you see when you type on console dmx.app.data and you navigate to the component?

Thanks for that, the data is there, so how do I populate another field, for example inputZipcode, to change values when this updates. I can do it with the address object, but not one of the components.

If the data is there, it should throw all the info...
Can you share the code so we can see how are you trying to bind that info?

Try to match what you are trying to populate with the schema returned by dmx.app.data

I figured it our, I was mapping the wrong fields. Thanks

1 Like