<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGIS Rest API - Webhooks using power automate and survey123 - &amp;quot;Error Code: 400 Invalid Query, No where Clause Specified&amp;quot;  in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/210732#M1047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im definitely not an expert with this, but some how managed to get it to work in my flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few things I did with mine - I removed the '+3D', it didn't seem to do anything (at least not something I could see).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if your URI is correct, should read &lt;EM&gt;...?where=HCAD_NUM= '@{triggerOutputs()?['YourDATA']}'&amp;amp;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;With the above, Im not sure if single quote marks are required, but they seemed to fix the issue that occurs if you are trying to pass a character (/@#$%).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this is correct, hopefully someone that knows more comes along.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2020 04:00:19 GMT</pubDate>
    <dc:creator>ToryChristensen</dc:creator>
    <dc:date>2020-10-13T04:00:19Z</dc:date>
    <item>
      <title>ArcGIS Rest API - Webhooks using power automate and survey123 - "Error Code: 400 Invalid Query, No where Clause Specified"</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/210729#M1044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I am trying to follow the instructions in the link below to automatically update a layer after submitting a survey in Survey123.&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fresources.esri.ca%2Fgetting-technical%2Fwebhooks-microsoft-flow-and-the-arcgis-rest-api-automating-your-web-gis" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://resources.esri.ca/getting-technical/webhooks-microsoft-flow-and-the-arcgis-rest-api-automating-your-web-gis&lt;/A&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I'm running into problems with the query operation using a get request. It seems like the API is not accepting my query input. I've tried with and without percent encoding but was told that power automate handles that portion (conflicting with the tutorial example). The error code returned in the body of the HTTP Get request is copied below, any insight on this would be much appreciated.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;"error":{"code":400,"message":"Cannot perform query. Invalid query parameters.","details":["Unable to perform query. Please check your parameters.","No where clause specified."]}}&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG __jive_id="483522" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/483522_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2020 12:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/210729#M1044</guid>
      <dc:creator>ILoveMap</dc:creator>
      <dc:date>2020-02-27T12:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Rest API - Webhooks using power automate and survey123 - "Error Code: 400 Invalid Query, No where Clause Specified"</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/210730#M1045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever get this to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to do similar, but with this query:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/510653_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;For testing, I've made it simple and not used dynamic content in the query (other than my token).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason, the query seems to work, but only returns metadata, i.e I only get a list of all the fields, but no data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2020 05:43:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/210730#M1045</guid>
      <dc:creator>ToryChristensen</dc:creator>
      <dc:date>2020-10-09T05:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Rest API - Webhooks using power automate and survey123 - "Error Code: 400 Invalid Query, No where Clause Specified"</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/210731#M1046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hi!&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I'm actually having trouble with this flow and cannot figure out what I'm doing wrong here.&amp;nbsp; maybe you can help. The flow we're trying to implement here is updating a parcels layer with from a damage assessment survey. We're using html&amp;nbsp; in the popups in the fieldworkers map to pass values automatically to the survey123 form to expedite the assessment process and mitigate data entry errors.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Main parcels layer (noneditable) (data) &amp;gt; surveyform &amp;gt; (power automate workflow updates 2nd parcels layer (editing enabled)&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;for the flow we only reference the 2nd parcels layer and are trying to use the HCAD number (Parcelid which is a string) to relate the submitted data to the target data. but we keep getting this error. Is it because the parcelids in the form and 2nd layers are strings? or am i missing something else?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0.9); border: 0px; font-weight: inherit;"&gt;We got this flow from this blog post "Webhooks, Microsoft Flow and the ArcGIS Rest API – Automating Your Web GIS&lt;/SPAN&gt;&lt;BR style="color: rgba(0, 0, 0, 0.9);" /&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0.9); border: 0px; font-weight: inherit;"&gt;":&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Flnkd.in%2FgU5m4V5" rel="nofollow" style="color: var(--color-text-link-visited-active); background: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://lnkd.in/gU5m4V5&lt;/A&gt;&amp;nbsp;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/510806_errormsg.PNG" /&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/510807_pic1.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2020 21:04:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/210731#M1046</guid>
      <dc:creator>DavidMcClennen</dc:creator>
      <dc:date>2020-10-12T21:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Rest API - Webhooks using power automate and survey123 - "Error Code: 400 Invalid Query, No where Clause Specified"</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/210732#M1047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im definitely not an expert with this, but some how managed to get it to work in my flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few things I did with mine - I removed the '+3D', it didn't seem to do anything (at least not something I could see).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if your URI is correct, should read &lt;EM&gt;...?where=HCAD_NUM= '@{triggerOutputs()?['YourDATA']}'&amp;amp;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;With the above, Im not sure if single quote marks are required, but they seemed to fix the issue that occurs if you are trying to pass a character (/@#$%).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this is correct, hopefully someone that knows more comes along.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2020 04:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/210732#M1047</guid>
      <dc:creator>ToryChristensen</dc:creator>
      <dc:date>2020-10-13T04:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Rest API - Webhooks using power automate and survey123 - "Error Code: 400 Invalid Query, No where Clause Specified"</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1080931#M3912</link>
      <description>&lt;P&gt;I was experiencing the same problem: query would return geometry but not attributes. I used the wrong parameter name for Out Fields.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sounds like others have had similar issues with string formatting and parameter names. Be sure to doublecheck that your parameter names are correct! API doc:&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer-.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer-.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 16:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1080931#M3912</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2021-07-20T16:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Rest API - Webhooks using power automate and survey123 - "Error Code: 400 Invalid Query, No where Clause Specified"</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1088481#M3929</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/242657"&gt;@PhilLarkin1&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89201"&gt;@ToryChristensen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running into an issue here and think it has to do with the way my data is formatted...ultimately, I get the error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="erica_tefft_2-1628782474066.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20737i51512C32CA2D6053/image-size/medium?v=v2&amp;amp;px=400" role="button" title="erica_tefft_2-1628782474066.png" alt="erica_tefft_2-1628782474066.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For my query parameter, I am using a field that has data formatted in the following way - &lt;STRONG&gt;EQ1234-012&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each time I test my Flow, it gets to the Parse JSON for the query and returns this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="erica_tefft_0-1628782176148.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20733iA76264A079F7CD69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="erica_tefft_0-1628782176148.png" alt="erica_tefft_0-1628782176148.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see that the returned value is truncated before the "&lt;STRONG&gt;-012&lt;/STRONG&gt;" portion of the attribute value. Because of this, there is no match/no ObjectID to return in my apply to each array. I am not sure how to format the Query to properly return the entire value. I have tried a few iterations...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Recommended setup via this blog (screen capture below).&lt;/LI&gt;&lt;LI&gt;Replace the +%3D+ with =&lt;/LI&gt;&lt;LI&gt;Surround EQ_File_Number with single quote&lt;/LI&gt;&lt;LI&gt;Surround EQ_File_Number with double quotes&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Here is what my query currently looks like.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="erica_tefft_1-1628782349779.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20735iE1180EF9DE1675DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="erica_tefft_1-1628782349779.png" alt="erica_tefft_1-1628782349779.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on how to resolve this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 15:35:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1088481#M3929</guid>
      <dc:creator>erica_poisson</dc:creator>
      <dc:date>2021-08-12T15:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Rest API - Webhooks using power automate and survey123 - "Error Code: 400 Invalid Query, No where Clause Specified"</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1088501#M3931</link>
      <description>&lt;P&gt;I'd start with option 2. Power Automate is going to handle html encoding for you. Check your result. Does the URI Input look correct; Is the equal sign displayed or do you still have the encoded value (&lt;SPAN&gt;%3D&lt;/SPAN&gt;)?&lt;/P&gt;&lt;P&gt;Check URI of HTTP REST:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilLarkin1_2-1628783987339.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20740i8754459C157EA675/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PhilLarkin1_2-1628783987339.png" alt="PhilLarkin1_2-1628783987339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You could also try removing the where parameter from the URI and placing it in the Query body. Here is an example of a HTTP Rest call in an Apply to each loop&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PA_loop.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20739i8DC9CD80A7C40390/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PA_loop.jpg" alt="PA_loop.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 16:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1088501#M3931</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2021-08-12T16:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Rest API - Webhooks using power automate and survey123 - "Error Code: 400 Invalid Query, No where Clause Specified"</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1088552#M3932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/242657"&gt;@PhilLarkin1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the URI rest url wasn't correct - it still contained the encoding (%3D). I replaced that with a '=' but still got the error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then decided to take your advice and format the HTTP GET query using the Query body.&lt;U&gt;&lt;EM&gt; I did not do this to my "updateFeatures" HTTP request inside of my apply to each loop.&lt;/EM&gt;&lt;/U&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;Is this where you thought I should do it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I did, the result was the same:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="erica_tefft_2-1628789735489.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20752i55C7F346D42B5739/image-size/medium?v=v2&amp;amp;px=400" role="button" title="erica_tefft_2-1628789735489.png" alt="erica_tefft_2-1628789735489.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="erica_tefft_0-1628789683769.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20750i6A267EAF93B6211E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="erica_tefft_0-1628789683769.png" alt="erica_tefft_0-1628789683769.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:36:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1088552#M3932</guid>
      <dc:creator>erica_poisson</dc:creator>
      <dc:date>2021-08-12T17:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Rest API - Webhooks using power automate and survey123 - "Error Code: 400 Invalid Query, No where Clause Specified"</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1088560#M3933</link>
      <description>&lt;P&gt;I'm not sure where your requests should be in relation to your loop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd go to the rest endpoint to test different flavors of the where clause. Try to get a successful query there and then replicate the syntax in this GET request. This is a string so it should be wrapped in quotation marks.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="string.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20754i16EE9A80E2B4B34A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="string.jpg" alt="string.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:47:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-webhooks-using-power-automate-and/m-p/1088560#M3933</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2021-08-12T17:47:35Z</dc:date>
    </item>
  </channel>
</rss>

