Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Building HTTP request for a ArcGIS Rest Service

(0) ShareShare
ReportReport
Posted on by

I am having trouble getting a test run from my Flow.  When I test, nothing happens! I have an ArcGIS Rest Service with a web hook enabled for any changes (New, Updated, Deleted, etc.).  I have my Request Body JSON Schema:

 

{
 "type": "object",
 "properties": {
 "$content-type": {
 "type": "string"
 },
 "$content": {
 "type": "string"
 },
 "$formdata": {
 "type": "array",
 "items": {
 "type": "object",
 "properties": {
 "key": {
 "type": "string"
 },
 "value": {
 "type": "string"
 }
 },
 "required": [
 "key",
 "value"
 ]
 }
 }
 }
}

 

 

 
 

Capture1.JPG

 

And in the next step I am trying to Parse the JSON:

djourney_0-1614099784603.png

With this schema:

 

{
 "type": "object",
 "properties": {
 "name": {
 "type": "string"
 },
 "layerId": {
 "type": "integer"
 },
 "orgId": {
 "type": "string"
 },
 "serviceName": {
 "type": "string"
 },
 "lastUpdatedTime": {
 "type": "integer"
 },
 "changesUrl": {
 "type": "string"
 },
 "events": {
 "type": "array",
 "items": {
 "type": "string"
 }
 }
 }
}

 

 

When I test manually in Power Automate and make changes to the feature service in a new window... nothing happens in Power Automate.  The ultimate goal is have an email notification sent when a change is made.  But I cannot even get PA to pick up a response to the JSON payload.  Any ideas of what I am doing wrong here?  Thank you!

 

  • RaashiSen Profile Picture
    on at
    Re: Building HTTP request for a ArcGIS Rest Service

    Hello @djourney ,

     

    did @PrasadAthalye 's suggestion of using Swagger of POSTMAN to invoke this worked for you? If yes, please mark his response as a solution 🙂

  • PrasadAthalye Profile Picture
    on at
    Re: Building HTTP request for a ArcGIS Rest Service

    Since its an HTTP trigger, can you use Swagger OR Postman to invoke it? In the body you can pass parameters as per your schema...

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1