Map showing all addresses

I have some problems.
My users can enter information such as address and postcode in a form. When displayed in the map, all addresses from all users are displayed.
How do I get only the address of the specific user shown in the map on the specific user’s post.
Hope it makes sense

Two ways you can do this:

  • First option: Apply a filter to the Map such that only rows where the email matches that of the signed in user are shown
  • Second option: Apply Row Owners to the table

The second option is the most secure. Whether or not it is most appropriate depends on whether or not you intend for users to be able to see each others data.

Everyone can open the posts on picture 1 and see the information about the cat. When you open the post I would like the map to show the adress at the top (picture 2).
I have row ID. Tried filter but can’t seem to get it right.

When a user submits the form you should also capture their email. Then you could use the signed in users email in the maps filter.

After trying and trying I found I should select “this item”
map

additional question: Can I use both “current location” and address entry in “text entry” at the same time?
So the user can choose whether they want to use “current location” or enter the address?

Yes, you can do that.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.