Address/Location Not showing up

Hello, I have something I have been working on all day and just can’t figure out.

I am pretty new to bubble, so I assume it is an easy fix I am oblivious to.

Any help would be a huge lifesaver.

Here, in picture one, I am using a search box, set to geographic places for users to input a location/address.

Screen Shot 2023-08-31 at 6.25.06 PM

Here, in picture 2 is what I have configured in my work flow.

Here, in picture three, is the dynamic data I have selected to try and output the address that was input into the search box.

The data is not displaying in the last textbox and I feel like I have exhausted every avenue or tried everything I know.

Thank you so much for any time or effort put into trying to help.

Check in the following order:

  1. Is the location being saved to the database successfully?
  2. Are any privacy rules preventing the address from being displayed?
  3. Is Parent group’s post actually empty (i.e no data is being passed to that group)? You can use the debugger to test this (append ?debug_mode=true to the end of the preview URL). Inspect the group and view the data source.

This topic was automatically closed after 70 days. New replies are no longer allowed.