Can I use Arcade Expression or another method to create a popup in ArcGIS Pro to display the Latitude and Longitude of a point that is defined in the Web Mercator projection?
I've tried some variations of the point and geometry functions based on this reference but I have not figured out the right combination or approach.
Why would I define my data in the web mercator project you might ask? Well that's because I'm collecting these points in the collector app and using the esri basemaps.
I don't have to use arcade if there's another method, just want to perform that spatial reference conversion to dynamically display latitude and longitude without having to add XY fields.
Kyle