<?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: adding to tags in ArcGIS Notebooks Questions</title>
    <link>https://community.esri.com/t5/arcgis-notebooks-questions/adding-to-tags/m-p/1130510#M470</link>
    <description>&lt;P&gt;I figured it out.&lt;/P&gt;&lt;P&gt;#update tags&lt;/P&gt;&lt;P&gt;for item in Items:&lt;BR /&gt;thislist = item.tags&lt;BR /&gt;addtag = ("Newtag")&lt;BR /&gt;thislist.append(addtag)&lt;/P&gt;&lt;P&gt;item.update(item_properties={'tags': thislist})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This appends a tag to existing for item in items&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 19:24:08 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2022-01-04T19:24:08Z</dc:date>
    <item>
      <title>adding to tags</title>
      <link>https://community.esri.com/t5/arcgis-notebooks-questions/adding-to-tags/m-p/1130388#M469</link>
      <description>&lt;P&gt;I understand how to update the tags but that also removes the existing tags.&lt;/P&gt;&lt;P&gt;#update tags&lt;/P&gt;&lt;P&gt;for item in Items:&lt;BR /&gt;item.update(item_properties={'tags': 'tag, test'})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I go about adding tags to existing?&amp;nbsp; I a stumped.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 16:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-notebooks-questions/adding-to-tags/m-p/1130388#M469</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-01-04T16:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: adding to tags</title>
      <link>https://community.esri.com/t5/arcgis-notebooks-questions/adding-to-tags/m-p/1130510#M470</link>
      <description>&lt;P&gt;I figured it out.&lt;/P&gt;&lt;P&gt;#update tags&lt;/P&gt;&lt;P&gt;for item in Items:&lt;BR /&gt;thislist = item.tags&lt;BR /&gt;addtag = ("Newtag")&lt;BR /&gt;thislist.append(addtag)&lt;/P&gt;&lt;P&gt;item.update(item_properties={'tags': thislist})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This appends a tag to existing for item in items&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 19:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-notebooks-questions/adding-to-tags/m-p/1130510#M470</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-01-04T19:24:08Z</dc:date>
    </item>
  </channel>
</rss>

