Question
How to build an interactive map in Appian where users can add pins by clicking and view all active parking locations?
I need guidance on designing an Appian dashboard that displays a live, interactive map showing pins for all active parking locations. Each parking location has latitude and longitude, but these coordinates should come from user input by clicking on the map through a create form in Appian.
What is the best approach in Appian to embed an interactive map that supports both:
- Displaying existing pins from stored data.
- Capturing new coordinates when a user clicks on the map?
How can I pass clicked coordinates back to Appian from the embedded map component and use them in a form submission?
What’s the best way to refresh the map dynamically after a new pin is added?
