Can it be true that there is no way of simply displaying data from the database of a specific marker in a popup when that marker is clicked? I am almost afraid to say a list of markers. Something other no-code apps have as native options, here on bubble we need plugins that don’t even work.
I’ve spent days looking for a solution and saw many users asking for the same thing.
I think you a referring to some kind of repeating group.
This is just a map with multiple markers. When one is clicked, open a popup with data associated with that marker.
And yes you can marker ID in a popup, but nothing else.
So my guess is one would somehow need to send that marker data to that popup, but in workflow
steps when you pick “Display data in a group/popup” this is all you get:
When the user clicks on a map marker, do the following: set a custom state value (I used arg_id) to the value of the marker’s unique ID, then display your popup:
Once you know what the unique ID is of the row/map marker the user selected, you should be able to use that unique ID to get any information it lets you get.
Thank you for the great idea. So just this way it’s kind of the same thing I got to and then hit a dead end. All I could get was the marker ID, but this way, with a state and using constraints there is a hack-around solution.
Your way works, although I still think there should be an out-of-the-box solution.