Hi @marcel.bulk, welcome to Bubble :slight_smile:

  • You should have a data Type “Picture” with fields “Picture” (of type Image) and a field “Location” (of type geographic address)
  • In data type User, you should have a field “Pictures” (which is a list of “Picture”)

When a User uploads a picture, just run a workflow and Create a Picture, with Location=Current geographic position

Then, you can do a Search for Pictures for the data source on your map, and pick “Location” in the Address field dropdown. That should do the trick

1 Like