[Solved] Click for Full Marker Description

I’m trying to code an app where, when the user clicks a map marker, it sends them to a different page that displays the full marker description. How would I go about coding this? (My map markers longitudes, latitudes, titles, and descriptions are saved to Airtable.)

Hey @bobsunscreen

We have an example app for using the Map component in the Community here:

What you’d need to do after that, is use logic blocks to check if the user clicks on MarkerA, go to Scree2, MarkerB then go to Screen3 etc. or better yet, use a variable to store the clicked marker and a list to look up the associated information.

1 Like

Oh, thank you so much!

2 Likes