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!
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:
Location reference/link is missing from Job data
Location has some privacy rules that are not allowing data to be sent to client
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.