<?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: Update Features Using REST in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679050#M3313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Conor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a screenshot of your integromat setup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2019 19:59:17 GMT</pubDate>
    <dc:creator>joerodmey</dc:creator>
    <dc:date>2019-03-27T19:59:17Z</dc:date>
    <item>
      <title>Update Features Using REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679045#M3308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now I'm trying to do an update on particular ObjectIDs using Integromat and REST. Right now my JSON that I'm pushing to REST is as follows:&lt;/P&gt;&lt;P&gt;[ &lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"attributes" : {&lt;BR /&gt;"OBJECTID" : 1,&lt;BR /&gt;"City_Name" : "here"}&lt;BR /&gt;}&lt;BR /&gt;&amp;nbsp;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within Integromat I'm automatically grabbing the token and service URL so that should be correct. In the end I can update the feature using REST directly on the service URL page, but not successful with the Integromat method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 18:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679045#M3308</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-09-21T18:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update Features Using REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679046#M3309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to handle an invalid token response?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 18:09:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679046#M3309</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-09-24T18:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update Features Using REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679047#M3310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible the token has expired.&amp;nbsp; But it is more likely that you do not appear to be the same user when the token is pasted into Integromat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 19:56:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679047#M3310</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2018-09-24T19:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update Features Using REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679048#M3311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Token was fine. Used apply edits instead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679048#M3311</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-09-25T14:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update Features Using REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679049#M3312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to drag this up again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going through the same thing you have done, where I would like Survey123 results to update the attributes of another hosted feature layer within AGOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Integromat I am successfully getting service URL and tokens as you have, I have tried both updatefeatures and applyedits to no avail. I am using the same JSON structure as you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;BR /&gt;{&lt;BR /&gt;"attributes" : {&lt;BR /&gt; "OBJECTID" : 2,&lt;BR /&gt; "CORPORATE_NAME" : "this"}&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither approach is working, are you able to provide any insight into the configuration of Integromat you are using that is allowing this to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated!&lt;/P&gt;&lt;P&gt;If easier my email is &lt;A href="mailto:cmcintosh@propertygroup.co.nz"&gt;cmcintosh@propertygroup.co.nz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Conor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 04:38:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679049#M3312</guid>
      <dc:creator>Conor_McIntosh</dc:creator>
      <dc:date>2019-02-04T04:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update Features Using REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679050#M3313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Conor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a screenshot of your integromat setup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2019 19:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679050#M3313</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2019-03-27T19:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update Features Using REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679051#M3314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, did you ever get Integromat OAuth set up? I can't seem to get the token request to work properly. Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 12:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679051#M3314</guid>
      <dc:creator>PaulSolsrud</dc:creator>
      <dc:date>2020-08-11T12:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update Features Using REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679052#M3315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul, did you get an email response from me? If need be I can send you some screenshots of the workflow I used to get this working and hopefully that will help get it setup at your end!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 01:42:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/679052#M3315</guid>
      <dc:creator>Conor_McIntosh</dc:creator>
      <dc:date>2020-08-17T01:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update Features Using REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/1525601#M4823</link>
      <description>&lt;P&gt;Hi I'm also developing a widget on Experience Builder to upload a csv and update the features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am wondering if this REST api update would work in Javascript application? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 07:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/update-features-using-rest/m-p/1525601#M4823</guid>
      <dc:creator>BraundtSin-KiLau</dc:creator>
      <dc:date>2024-08-22T07:28:08Z</dc:date>
    </item>
  </channel>
</rss>

