Hello,
I’m trying to convert coordinates in a Power Automate workflow that integrates with the ArcGIS connector. Here’s the setup:
- I’m using the "Create Point Geometry" action nested in a For Each loop to process a list of latitude and longitude values (decimal degrees, WGS84 - EPSG:4326).
- I need to reproject these coordinates to State Plane Illinois East (EPSG:3529).
- I am unsure which step to begin with first. I created the points, but they are in a different projection, so they are not in the correct location.
Thank you for your assistance!