<?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 API for Python Append Does not Maintain Attachments in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1246892#M66491</link>
    <description>&lt;P&gt;No it's not. This is for the ArcGIS API for Python. This is not a "tool" in ArcGIS Pro. This is a python method used to append data to a hosted feature layer.&lt;/P&gt;&lt;P&gt;See reference here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.html#arcgis.features.FeatureLayer.append" target="_blank"&gt;https://developers.arcgis.com/python/api-reference/arcgis.features.html#arcgis.features.FeatureLayer.append&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2023 17:30:33 GMT</pubDate>
    <dc:creator>ZacharyNeumannQK</dc:creator>
    <dc:date>2023-01-10T17:30:33Z</dc:date>
    <item>
      <title>ArcGIS API for Python Append Does not Maintain Attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1246159#M66441</link>
      <description>&lt;P&gt;The ArcGIS API for Python Append method does not maintain attachments when appending a hosted geodatabase to a hosted feature layer. I followed the steps from this tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/keeping-layers-updated-by-appending-features-using-the-arcgis-api-for-python/" target="_blank" rel="noopener"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/keeping-layers-updated-by-appending-features-using-the-arcgis-api-for-python/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My feature has no attachments. I double checked that when I downloaded the hosted filegeodatabase that the attachments were in there.&lt;/P&gt;&lt;P&gt;I do not see an option in Append method to maintain attachments.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 20:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1246159#M66441</guid>
      <dc:creator>ZacharyNeumannQK</dc:creator>
      <dc:date>2023-01-06T20:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API for Python Append Does not Maintain Attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1246320#M66458</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/582659"&gt;@ZacharyNeumannQK&lt;/a&gt;&amp;nbsp;It's an environmental variable on the tool&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 15:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1246320#M66458</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2023-01-08T15:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API for Python Append Does not Maintain Attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1246892#M66491</link>
      <description>&lt;P&gt;No it's not. This is for the ArcGIS API for Python. This is not a "tool" in ArcGIS Pro. This is a python method used to append data to a hosted feature layer.&lt;/P&gt;&lt;P&gt;See reference here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.html#arcgis.features.FeatureLayer.append" target="_blank"&gt;https://developers.arcgis.com/python/api-reference/arcgis.features.html#arcgis.features.FeatureLayer.append&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 17:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1246892#M66491</guid>
      <dc:creator>ZacharyNeumannQK</dc:creator>
      <dc:date>2023-01-10T17:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API for Python Append Does not Maintain Attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1247019#M66501</link>
      <description>&lt;P&gt;But, the tool has an arcpy option, and will work to append to hosted feature layers on AGOL using Pro/Python.&lt;/P&gt;&lt;P&gt;However it will NOT maintain Global ID's, so be carefull if these are needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When appending to Hosted Feature Layer(s) in AGOL, from what I can tell, the &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.html?#arcgis.features.FeatureLayer.append" target="_self"&gt;python API&lt;/A&gt; append will preserve the Global ID's just fine, but does not support maintaining attachments.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://pro.arcgis.com/en/pro-app/2.9/tool-reference/data-management/append.htm" target="_self"&gt;arcpy append&lt;/A&gt; maintains attachements just fine, but not Global ID's.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, as important as both of these are, it appears there is no built in way to maintain both attachments and Global ID's without overwriting the HFL itself.&lt;/P&gt;&lt;P&gt;Would hope this gets "fixed" in the future, but since ESRI lists this as a &lt;A href="https://support.esri.com/en/technical-article/000024458" target="_self"&gt;"Known Limitation"&lt;/A&gt;, most likely will not get addressed.&amp;nbsp; Especially since this limitation was 'known' versions ago.&amp;nbsp;&lt;/P&gt;&lt;P&gt;R_&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 21:07:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1247019#M66501</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2023-01-10T21:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API for Python Append Does not Maintain Attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1275402#M67347</link>
      <description>&lt;P&gt;Thanks for the advice. I didn't know arcpy append worked on hosted feature layers but that makes sesne. I ended up using the API for Python and just manually appended the attachments using a table and the add attachments method. Seems to work fine.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 18:28:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1275402#M67347</guid>
      <dc:creator>ZacharyNeumannQK</dc:creator>
      <dc:date>2023-04-04T18:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API for Python Append Does not Maintain Attachments</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1630907#M74479</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/582659"&gt;@ZacharyNeumannQK&lt;/a&gt;&amp;nbsp;can you elaborate on what you did? I found myself here because I'm in the same pickle...records went up fine but attachments have not.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 23:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-api-for-python-append-does-not-maintain/m-p/1630907#M74479</guid>
      <dc:creator>SFM_TravisBott</dc:creator>
      <dc:date>2025-07-07T23:31:42Z</dc:date>
    </item>
  </channel>
</rss>

