How to show both Pickup + Dropoff markers on a map from 2 Searchboxes?

Hi Bubblers :waving_hand:

I’m building a taxi booking system in Bubble and I’m stuck on the map setup.

I have 2 Searchboxes:

  • Pickup Address (geographic address)

  • Dropoff Address (geographic address)

If I set the Map’s data source to Searchbox Pickup’s value → it works fine and shows one marker.
If I set it to Searchbox Dropoff’s value → it also works fine and shows that one marker.

:backhand_index_pointing_right: But what I need is to show both Pickup + Dropoff markers at the same time.

I tried looking for :merged with or :plus item (as in older tutorials), but in my editor those options don’t appear anymore. I only see operators like :formatted address, :latitude, :link to Google Maps, etc.

Question:
What is the current / updated way (2025 editor) to combine both addresses so that the map displays 2 markers at once?

  • Do I need to use a custom state (list of geographic addresses)?

  • Or should I use a workflow action like Add Marker(s) from Google Maps Extended plugin?

  • Is there a simpler way directly in the Data source now?

Any guidance or example setup would be super appreciated :folded_hands: