<?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 MS Flow HTTP POST to update Feature Service?? in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115141#M539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set up a Microsoft flow to trigger when rows in my &lt;A href="https://www.smartsheet.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;Smartsheet&lt;/A&gt;&amp;nbsp;are updated.&amp;nbsp;&lt;SPAN&gt;I followed this&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/labs/rest/add-edit-and-remove-features/" style="color: #2989c5; text-decoration: none;" rel="nofollow noopener noreferrer" target="_blank"&gt;tutorial on how to update values&lt;/A&gt;&amp;nbsp;using the ArcGIS REST API.&amp;nbsp;&lt;SPAN&gt;E&lt;/SPAN&gt;verything works as it should using Postman&lt;SPAN&gt;. I noticed however that the ArcGIS Rest API is expecting multipart/form-data including key value pairs for f:json, a valid token, and then the updates. Postman handles this&amp;nbsp;natively by selecting the form/data option for the body and automatically creates boundaries. MS flow apparently does not handle multipart/form-data natively. How do I structure my body to pass a valid&amp;nbsp;POST request to the API to update my feature service? Screenshot of MS Flow HTTP Post below. Also below is the successful&amp;nbsp;POST from Postman using the exact same data. I should note that this feature service is shared with editing enabled, which explains my missing token key value pair.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="451355" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451355_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From Postman Console. This successfully&amp;nbsp;posts:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Request Header&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
User&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;Agent&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"PostmanRuntime/7.15.0"&lt;/SPAN&gt;
Accept&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"*/*"&lt;/SPAN&gt;
Cache&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;Control&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"no-cache"&lt;/SPAN&gt;
Postman&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;Token&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"8988b891-ad8f-4e9f-8be0-965ad2711ecc"&lt;/SPAN&gt;
Host&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"services.arcgis.com"&lt;/SPAN&gt;
accept&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;encoding&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"gzip, deflate"&lt;/SPAN&gt;
content&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;type&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"multipart/form-data; boundary=--------------------------113767685070943500397041"&lt;/SPAN&gt;
content&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;length&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;467&lt;/SPAN&gt;
Connection&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"keep-alive"&lt;/SPAN&gt;
Request Body&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
f&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"json"&lt;/SPAN&gt;
updates&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"[ { "&lt;/SPAN&gt;attributes&lt;SPAN class="string token"&gt;" : { "&lt;/SPAN&gt;objectId&lt;SPAN class="string token"&gt;": 3, "&lt;/SPAN&gt;MissionDate&lt;SPAN class="string token"&gt;" : "&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2019&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;06&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;27T07&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00.0000000&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;", "&lt;/SPAN&gt;MissionName&lt;SPAN class="string token"&gt;" : "&lt;/SPAN&gt;Waste Transfer Facility Promo Shots&lt;SPAN class="string token"&gt;", "&lt;/SPAN&gt;Status&lt;SPAN class="string token"&gt;" : "&lt;/SPAN&gt;pending_review&lt;SPAN class="string token"&gt;" } } ]"&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 06:48:16 GMT</pubDate>
    <dc:creator>COSPNWGuy</dc:creator>
    <dc:date>2021-12-11T06:48:16Z</dc:date>
    <item>
      <title>MS Flow HTTP POST to update Feature Service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115141#M539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set up a Microsoft flow to trigger when rows in my &lt;A href="https://www.smartsheet.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;Smartsheet&lt;/A&gt;&amp;nbsp;are updated.&amp;nbsp;&lt;SPAN&gt;I followed this&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/labs/rest/add-edit-and-remove-features/" style="color: #2989c5; text-decoration: none;" rel="nofollow noopener noreferrer" target="_blank"&gt;tutorial on how to update values&lt;/A&gt;&amp;nbsp;using the ArcGIS REST API.&amp;nbsp;&lt;SPAN&gt;E&lt;/SPAN&gt;verything works as it should using Postman&lt;SPAN&gt;. I noticed however that the ArcGIS Rest API is expecting multipart/form-data including key value pairs for f:json, a valid token, and then the updates. Postman handles this&amp;nbsp;natively by selecting the form/data option for the body and automatically creates boundaries. MS flow apparently does not handle multipart/form-data natively. How do I structure my body to pass a valid&amp;nbsp;POST request to the API to update my feature service? Screenshot of MS Flow HTTP Post below. Also below is the successful&amp;nbsp;POST from Postman using the exact same data. I should note that this feature service is shared with editing enabled, which explains my missing token key value pair.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="451355" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451355_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From Postman Console. This successfully&amp;nbsp;posts:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Request Header&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
User&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;Agent&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"PostmanRuntime/7.15.0"&lt;/SPAN&gt;
Accept&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"*/*"&lt;/SPAN&gt;
Cache&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;Control&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"no-cache"&lt;/SPAN&gt;
Postman&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;Token&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"8988b891-ad8f-4e9f-8be0-965ad2711ecc"&lt;/SPAN&gt;
Host&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"services.arcgis.com"&lt;/SPAN&gt;
accept&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;encoding&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"gzip, deflate"&lt;/SPAN&gt;
content&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;type&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"multipart/form-data; boundary=--------------------------113767685070943500397041"&lt;/SPAN&gt;
content&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;length&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;467&lt;/SPAN&gt;
Connection&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"keep-alive"&lt;/SPAN&gt;
Request Body&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
f&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"json"&lt;/SPAN&gt;
updates&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"[ { "&lt;/SPAN&gt;attributes&lt;SPAN class="string token"&gt;" : { "&lt;/SPAN&gt;objectId&lt;SPAN class="string token"&gt;": 3, "&lt;/SPAN&gt;MissionDate&lt;SPAN class="string token"&gt;" : "&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2019&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;06&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;27T07&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00.0000000&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;", "&lt;/SPAN&gt;MissionName&lt;SPAN class="string token"&gt;" : "&lt;/SPAN&gt;Waste Transfer Facility Promo Shots&lt;SPAN class="string token"&gt;", "&lt;/SPAN&gt;Status&lt;SPAN class="string token"&gt;" : "&lt;/SPAN&gt;pending_review&lt;SPAN class="string token"&gt;" } } ]"&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115141#M539</guid>
      <dc:creator>COSPNWGuy</dc:creator>
      <dc:date>2021-12-11T06:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: MS Flow HTTP POST to update Feature Service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115142#M540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All, I finally got this working and I want to share the solution and some things I have learned about MS Flow and testing the ArcGIS REST API using Postman. Maybe you seasoned programmers know this stuff, but I sure didn't. Ultimately, and most importantly it is possible to use the MS Flow HTTP trigger with the ArcGIS REST API to edit features, but it is a little tricky. The most annoying thing I found (and I'm not sure if MS Flow is at fault or the ArcGIS REST API) is almost always the response from the API will be 200 (Success), even though it is not successful. Below is a malformed request, but you can see we get a 200 back. It should respond back as a 400:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451557_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;For awhile, I thought that my Flow was working properly, until I realized my features were not updating. Lesson learned, do not trust&amp;nbsp;or rely upon feedback from MS flow. This little green box is deceptive.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/451559_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;I also learned some valuable info about Postman. I assumed that pasting in the raw sent request from the Postman Console into the body of the Flow HTTP trigger would work. (Because hey, the request works great in Postman - everything updated as it should). But even in "raw" mode, the console doesn't actually show the true request that was sent to the API. However, the "Generate Code Snippet" tool in HTTP mode does. This ultimately helped me figure out what to paste into the header and body portion of Flow.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/451560_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ultimately, pictured below is how you would format your header and body (configure your token for authentication&amp;nbsp;under the "Show advanced options" at the bottom) to successfully POST to a feature using the ArcGIS REST API to update attribute features. The main trick is defining your boundary (unique string of characters which separates your different forms in the body) in the header (in my case I just used what Postman auto-generated, but it could be anything). I hope this saves you some time if you want to use MS Flow and the ArcGIS Rest API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/451561_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 16:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115142#M540</guid>
      <dc:creator>COSPNWGuy</dc:creator>
      <dc:date>2019-06-26T16:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: MS Flow HTTP POST to update Feature Service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115143#M541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great post this looks really useful and i was looking to do something similar. i have set up similar flows previously looking to edit a feature service following the submission of a survey123&amp;nbsp; form ,which were successful however i now need to do something similar and add new information based on rows added in smartsheet.&amp;nbsp; i can understand your HTTP request however what i cant grasp is how you passed the values from smart sheet.&amp;nbsp; How did you manage to specify the specific colume from the row added ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2019 10:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115143#M541</guid>
      <dc:creator>PaulSweeney3</dc:creator>
      <dc:date>2019-07-12T10:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: MS Flow HTTP POST to update Feature Service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115144#M542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/316237"&gt;Paul Sweeney&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That requires a little work with the smartsheets api first. Use the &lt;A href="https://smartsheet-platform.github.io/api-docs/#get-row"&gt;Get Row&lt;/A&gt; api for one of your smartsheets records. The response will contain an array of your data and it will identify the "columnID". Document the columnIDs that you will want to push back to AGO.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to figure out how you want to trigger your flow when a new smartsheet row is added. You &lt;EM&gt;can&lt;/EM&gt; create a &lt;A href="https://smartsheet-platform.github.io/api-docs/#intro-to-webhooks"&gt;webhook &lt;/A&gt;in Smartsheets than can &lt;A href="https://flow.microsoft.com/en-us/blog/call-flow-restapi/"&gt;send a response to your flow&lt;/A&gt;, however I didn't really have the patience for this. It's probably cleaner, but will take longer to properly set up. I found it easier to just have Smartsheets send a email to my outlook account (making sure the email contained my feature GUID [make sure you pass the GUID &lt;STRONG&gt;and&lt;/STRONG&gt; ObjectID of you feature from Survey123/GIS into smartsheets]). My flow triggers when I receive this email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow parses through the text body of the email to find the GUID. Flow then searches for the smartsheet row with this GUID (the row I was just notified about) using the &lt;A href="https://smartsheet-platform.github.io/api-docs/#search"&gt;search api&lt;/A&gt;. Then create an array variable that you can store your smartsheet data in. Next, loop (apply to each) through the json items, testing each (use a switch) with the ColumnIds of interest and store in your array.&amp;nbsp;Be sure you pay attention to the order of your data in your array. You then create single variables of your data by composing expressions specifying the data location in the array &lt;SPAN&gt;[0,1,2,3,etc]&lt;/SPAN&gt;. Now each data you extracted from the array&amp;nbsp;is segmented individually and you can then plop them into the HTTP request to the ArcGIS REST api.&amp;nbsp;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/452975_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/452976_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2019 16:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115144#M542</guid>
      <dc:creator>COSPNWGuy</dc:creator>
      <dc:date>2019-07-12T16:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: MS Flow HTTP POST to update Feature Service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115145#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, great!&lt;BR /&gt;Thanks for this article, is there any chance how to manage the flow with original XML body? Or any option how to transfer xml body to "HTTP code snippet" automatically?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you a lot.&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 11:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115145#M543</guid>
      <dc:creator>PavelPelikán</dc:creator>
      <dc:date>2019-12-06T11:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: MS Flow HTTP POST to update Feature Service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115146#M544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure I am quite following. Are you asking how to export the Flow as a XML, then have Postman run it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 16:23:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/115146#M544</guid>
      <dc:creator>COSPNWGuy</dc:creator>
      <dc:date>2019-12-06T16:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: MS Flow HTTP POST to update Feature Service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/1019460#M3704</link>
      <description>&lt;P&gt;Such a helpful post, learned how to looks at how Postman structures the request.&amp;nbsp; I was wondering if your were still having success with this method.&amp;nbsp; I has success posting using Postman but when I try to structure the POST request using the code from Postman, I am getting the&amp;nbsp;&lt;STRONG&gt;200 code&amp;nbsp;&lt;/STRONG&gt;response but the data is not being pushed to the hosted feature layer.&amp;nbsp; I have shared the layer publicly in order to avoid dealing with the token for now.&amp;nbsp; &amp;nbsp;Any ideas? Or suggestion? Would be deeply grateful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="addfeature.PNG" style="width: 403px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4437i10657D016BA3D940/image-size/large?v=v2&amp;amp;px=999" role="button" title="addfeature.PNG" alt="addfeature.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 13:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/1019460#M3704</guid>
      <dc:creator>FranciscoRodriguez2</dc:creator>
      <dc:date>2021-01-24T13:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: MS Flow HTTP POST to update Feature Service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/1044929#M3776</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/23481"&gt;@FranciscoRodriguez2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Sorry for the delay. I still use MS Flow (Power Automate now) a lot and create and update features, though I no longer use Smartsheets. We use Monday.com now. And this method still works. Your screenshot is really hard for me to make out. One trick is to open up your console and look at&amp;nbsp;&lt;EM&gt;exactly&lt;/EM&gt; what postman is sending to the API. This might help you shake it lose.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 01:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/ms-flow-http-post-to-update-feature-service/m-p/1044929#M3776</guid>
      <dc:creator>COSPNWGuy</dc:creator>
      <dc:date>2021-04-08T01:48:46Z</dc:date>
    </item>
  </channel>
</rss>

