Select to view content in your preferred language

Reverse geocode when a new feature is added to a feature layer with power automate

389
1
06-05-2024 08:23 AM
AndreasB
Emerging Contributor

Hi,

I want to know how to perform reverse geocoding when a new feature is added to a feature layer. 

I now have the x and y value from the newly added features but how is the reverse geocoding done in power automate?
I tried an http request with the rest api service but I can't seem to get the right syntax on this

Thanks in advance! 

0 Kudos
1 Reply
ArcGISforPowerAutomate
Esri Contributor

Hello, Could you please share your HTTP request? Please hide any sensitive information.In general, for an HTTP request, you first need to call the generateToken endpoint.
A second call to reverseGeocode endpoint. 

You will need to pass the Token as a parameter in the request.

0 Kudos