Hello,
I'm trying to use the Power Automate ArcGIS enterprise connector (or any ArcGIS connector) to reverse geocode some records (retrieved from a SQL server connection). I have an ArcGIS app set up and key from it.
I have not found an action for reverse geocoding. Is there one available? Or does this need to be written via a webhook or something else?
Reference: https://doc.arcgis.com/en/microsoft-365/latest/power-automate/actions.htm
Thank you!
Hey @MatanBenYishay
Here is a link that I had used when constructing the response capturing:
https://dev.thebotplatform.com/docs/how-to-set-up-and-use-webhooks-in-power-automate
The main idea would be to use the HTTP (Premium) connector to send a POST request out to your Enterprise Reverse Geocoder, and then when the response is received and captured by the "When a HTTP request is received" and then my a Response connector, this is an example of what it would look like here:
This is the gist here, test data within to provide a structure. Let me know if you need anything further!
Cody
@AnthonyLatini, the Reverse Geocoding action is listed in the documentation here - https://doc.arcgis.com/en/microsoft-365/latest/power-automate/actions.htm - but I do not see it when looking at any of the ArcGIS Power Automate connectors. Could you please confirm if it is available now and how to access it? Thank you!
Great to hear it!
Hey @AnthonyLatini
Sounds great! Thank you for letting us know, it'll be a great addition!
Hello @MatanBenYishay @CodyPatterson ! This is a great post and is on our project boards for our upcoming release in November. Once it is released, you can make use of the ArcGIS Connector (PaaS, Online, Enterprise) and reverse geocode your values. When I have tested this thoroughly, I can provide a preview of a flow that contains the new actions. Keep an eye out on this thread for updates! 😎
Thanks again. In the HTTP action with a POST method, I'm a bit stuck on authenticating. I'm trying to provide OAuth credentials based on an app that I've set up within ArcGIS online. I have the client ID and the secret from the app. I'm assuming that the tenant is in the form https://<myorg>.maps.arcgis.com.
I'm a bit stuck on Audience and Authority, however. I haven't been able to find much documentation on these. For Audience, I've tried "Viewer" and it didn't immediately throw an error. For Authority, I'm a bit stuck. It isn't marked as required, but it does throw an error when I test it.
Any ideas or documentation to point to as to how to proceed?
Thank you Cody. Are there any starting points you could point me to for this? I haven't written a custom webhook on Power Automate.
I encountered this same situation a few months back, it appears that there is not a direct way to reverse geocode using the ArcGIS connectors, so I had to create a custom webhook to reach out to my SQL server to perform this for me.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.