How do I map just a single address

I am evaluating Glide and looking at features I will require. When I select a person from a list and show their details in another screen, if I then click on the Map option, it shows me all of the people in the database rather than just the one I have selected. I’m sure it’s something simple I’ve missed but I can’t work it out at the moment

Hi @Kevin_Forge welcome, perhaps this will provide what you need: Map - Glide Library

Thanks for that. But I still don’t why I get all of the people in my list and not just the one I have selected

Kevin

in my apps when I show their details then I see a map with only that persons location…do you have the map component added in the persons detail screen?

I have the map component in the detail screen and it displays correctly and when I click on that small map, it opens a big map (on my desktop) with just the one person

But when I click on the Map tab in the details screen, it shows all people

Can you explain what exactly you mean by having a map tab in a details view? Preferably a screenshot of two. Does you map sheet have more than one row? A map list is different from a map component. A map style list is just that…a list of all rows in your sheet, unless you have filters applied to only show a few of those rows.

Hi @Kevin_Forge welcome to the community.

Not sure how you have your app setup, that said perhaps you need to apply a filter?

Thanks Jeff

Just realised what’s going on. If you click on a Map tab, you get all the people showing but if you click on the map component you just get the one persoon in Google Maps

Thanks Cisco

Thanks Jeff

Just realised what’s going on. If you click on a Map tab, you get all the people showing but if you click on the map component you just get the one persoon in Google Maps