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

Notifications

Announcements

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard