I am trying to utilize a Google Maps “Text Search” API with my Thunkable App. It seems I am unable to generate a response from the API though clearly when I go to the URL (see below) there is a response there:
I updated my project, here is the updated link: Thunkable
What I am looking to do is get nested objects. As you will see in the response, formatte_address is a nested object within the results array. I found some documentation on Thunkable’s website on how to return nested objects: Objects - Thunkable Docs but still I am seeing “Null” for my API response. Could you advise?