Hi, I was wondering if there are any tutorials or samples on how to integrate an ArcGIS map with Power Pages. The basic features would include dropping a pin and showing other pins on the same map.
Hi JairoPo,
There is no out-of-the-box connector. You can embed an ArcGIS Maps SDK for JavaScript application using a Liquid Template or an iFrame within your Power Pages site. For the "dropping a pin" functionality, you can look at the Sketch ViewModel samples to capture coordinates and save them back to your Dataverse or ArcGIS feature service via a web API call.