web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Building HTTP request ...
Power Automate
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!

 

Categories:
I have the same question (0)
  • PrasadAthalye Profile Picture
    on at

    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...

  • RaashiSen Profile Picture
    Microsoft Employee on at

    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 🙂

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 470

#2
Haque Profile Picture

Haque 416

#3
David_MA Profile Picture

David_MA 344 Super User 2026 Season 1

Last 30 days Overall leaderboard