<?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 AGOL POST change attribute content in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/agol-post-change-attribute-content/m-p/1102634#M42340</link>
    <description>&lt;P&gt;I've managed to create a successful GET response from my Feature Layer.&lt;BR /&gt;What I really want to do is update the content of one of the attribute fields.&lt;BR /&gt;VBA&lt;/P&gt;&lt;P&gt;Reqeust.Open "POST" FL URL/updateFeatures&amp;amp;token=token from developer&lt;BR /&gt;Request.send(string that I created from a json response of the record I want to change, object ID and geometry included)&lt;/P&gt;&lt;P&gt;response says 404&lt;/P&gt;&lt;P&gt;am I barking up the wrong tree?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2021 15:48:02 GMT</pubDate>
    <dc:creator>Hornblower5953</dc:creator>
    <dc:date>2021-09-28T15:48:02Z</dc:date>
    <item>
      <title>AGOL POST change attribute content</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-post-change-attribute-content/m-p/1102634#M42340</link>
      <description>&lt;P&gt;I've managed to create a successful GET response from my Feature Layer.&lt;BR /&gt;What I really want to do is update the content of one of the attribute fields.&lt;BR /&gt;VBA&lt;/P&gt;&lt;P&gt;Reqeust.Open "POST" FL URL/updateFeatures&amp;amp;token=token from developer&lt;BR /&gt;Request.send(string that I created from a json response of the record I want to change, object ID and geometry included)&lt;/P&gt;&lt;P&gt;response says 404&lt;/P&gt;&lt;P&gt;am I barking up the wrong tree?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 15:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-post-change-attribute-content/m-p/1102634#M42340</guid>
      <dc:creator>Hornblower5953</dc:creator>
      <dc:date>2021-09-28T15:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: AGOL POST change attribute content</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-post-change-attribute-content/m-p/1103052#M42351</link>
      <description>&lt;P&gt;Does anyone know if it is even possible change an AGOL feature layer attribute using REST?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 13:21:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-post-change-attribute-content/m-p/1103052#M42351</guid>
      <dc:creator>Hornblower5953</dc:creator>
      <dc:date>2021-09-29T13:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: AGOL POST change attribute content</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-post-change-attribute-content/m-p/1103087#M42356</link>
      <description>&lt;P&gt;YES YOU CAN!&lt;/P&gt;&lt;P&gt;VBA&lt;/P&gt;&lt;P&gt;strUpdate = "edits=[{""id"":0,""updates"":[{""geometry"":{""x"":-79.404111000222429,""y"":36.07058000026683},""attributes"":{""FID"":1,""Site_ID"":""DC10001"",""Site_Name"":""New Name"",""Status"":""NFA""}}]}]"&lt;/P&gt;&lt;P&gt;Request.Open "POST", "featureLayerURL(no layer id #)/applyEdits?f=json&amp;amp;token=" &amp;amp; strToken, False&lt;/P&gt;&lt;P&gt;Request.setRequestHeader "Content-type", "application/x-www-form-urlencoded"&lt;/P&gt;&lt;P&gt;Request.send (strUpdate)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 14:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-post-change-attribute-content/m-p/1103087#M42356</guid>
      <dc:creator>Hornblower5953</dc:creator>
      <dc:date>2021-09-29T14:23:43Z</dc:date>
    </item>
  </channel>
</rss>

