Geolocation not showing in Text Box

Hi, I’m new to bubble so I’m not really sure how this all works

I’ve added a variable addresses to a “Thing” that I use in my repeating group. When I put “Parent Group’s Thing’s Address”, the text box is just blank. I’m 90% sure I set up the google maps API right, I followed the docs exactly. Please help and let me know if there’s something I can send to make it easier to help!

In the builder:

In the app data (data type is geographic address):

On the live website:

Is the app data on live or dev database?

Hi @s981084

I noticed there are 3 values that are coming blank in your app: address, latitude and phone number. All these 3 values are linked to Location data type. So your focus of debugging should be on the whole Location data type.

Possible issues:

  1. Location reference/link is missing from Job data
  2. Location has some privacy rules that are not allowing data to be sent to client
  3. As suggested by @Kim_Brian, make sure database is correct one

Attach the debugger by adding a url parameter of “debug_mode=true”. Then inspect these text fields to see what values they have.

Both are the same

Thank you you’re right the Location data is missing from Job data
Stupid mistake lol Thanks for the help