Get co-ordinates from a physical address

Hi @shahdiva075w1eo, welcome to Thunkable!

Please see my tutorial video and post about how to ask for help with APIs:

One thing I mention is that it’s helpful if you post the URL you are using and also the full text of a sample JSON response.

I would be surprised if you could get a property from the JSON response that contains any text you type into a text input component. So that’s at least one thing that will need to change. That kind of information would usually be included in the URL itself.

The other thing to keep in mind when troubleshooting something like this is to put each data value into a separate label and make sure they are what you expect them to be. So that means checking the value of the longitude and latitude before worrying about whether or not they work in a Map component. And also doing error checking. My video explains that as well.

3 Likes