<?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: Should Append tool perform Update and Add at the same time in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540215#M88420</link>
    <description>&lt;P&gt;A follow-up question, in lieu if getting the update through, does anyone have a workaround suggestion? I'm happy to work in python as thats where the final process will actually be executed from. I resorted to Pro to help write and test arcpy steps in my process. So I'm not bound by ArcGIS Pro, or arcpy. Those are just what I'm most familiar with and I had no luck with Copilot and testing alternative methods.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2024 00:35:17 GMT</pubDate>
    <dc:creator>LindsayRaabe_FPCWA</dc:creator>
    <dc:date>2024-09-19T00:35:17Z</dc:date>
    <item>
      <title>Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1539859#M88372</link>
      <description>&lt;P&gt;Hi All. I'm using the Append tool in ArcGIS Pro, and in arcpy to try and both ADD new features to a feature service in ArcGIS Online (from a feature class), as well as UPDATE existing features if they match (Upsert).&amp;nbsp;&lt;/P&gt;&lt;P&gt;From reading the documentation &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;I understand that the tool should look for features with identical attributes within the fields listed under the "Update Options" section. If a feature in the Input Dataset matches a feature in the Target Dataset based on those fields, then it will update all the fields listed in the Field Map (as well as the Geometry if that option is enabled at the bottom of the pane). If no matching feature is found, then those features in the Input Dataset should be Appended as new features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LindsayRaabe_FPCWA_1-1726643707354.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/115361iC404FD92A19197A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LindsayRaabe_FPCWA_1-1726643707354.png" alt="LindsayRaabe_FPCWA_1-1726643707354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, the behavior I'm getting doesn't seem to match that. When I have no Update fields listed, the features in my Input Dataset are being appended as New features as expected. When I do have fields listed under the Update Options section, I am seeing matching features update but new features are not being added as I would expect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone clarify if there is a problem somewhere, or if I have my understanding wrong and the Append tool is either Add or Update, not both?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LindsayRaabe_FPCWA_1-1726643954560.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/115362i891200D8AA5F13D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LindsayRaabe_FPCWA_1-1726643954560.png" alt="LindsayRaabe_FPCWA_1-1726643954560.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 07:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1539859#M88372</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2024-09-18T07:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1539862#M88373</link>
      <description>&lt;P&gt;Quick video showing a typical addition of new features using the Append tool (no issues).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6362098133112w1052h540r223" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6362098133112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6362098133112w1052h540r223');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6362098133112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd video&amp;nbsp;shows the Append tool with Update Options included failing to correctly update the Geometry of a matching feature (Bowelling 3), and also adding 2 features that should not have been added (Bowelling 3 again which should have been updated and McAlinden 2 was identical so should have been skipped). It did correctly update the missing Tenure attribute against Bowelling 5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6362097342112w1054h540r617" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6362097342112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6362097342112w1054h540r617');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6362097342112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;The 3rd video showing the Append tool with Update Options included failing to correctly update the Geometry (Bowelling 3) and Attributes (Bowelling 3 &amp;amp; 5) of matching features, instead adding Bowelling 3 again, skipping Bowelling 5 completely but at least adding 2 features correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6362098533112w1052h540r246" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6362098533112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6362098533112w1052h540r246');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6362098533112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 07:43:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1539862#M88373</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2024-09-18T07:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1539873#M88376</link>
      <description>&lt;P&gt;&lt;EM&gt;Appends to, &lt;STRONG&gt;or&lt;/STRONG&gt; optionally updates, an existing target dataset with multiple input datasets.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The opening line suggest OR, but as you point out, your clip and paragraph screengrab suggests AND&lt;/P&gt;&lt;P&gt;You should really contact Tech Support for clarification and to get the documentation clarified at least.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 08:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1539873#M88376</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-09-18T08:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540107#M88402</link>
      <description>&lt;P&gt;Do the target fields that aren't getting updated have the same name as the input fields?&lt;/P&gt;&lt;P&gt;Documentation isn't really clear, and somewhat contradicts itself, but:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;You can use this tool to insert new records and update existing records in a target dataset in the same operation (equivalent to an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;UPSERT&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;database operation). Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Matching Fields for Update&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;parameter to specify the fields from the input dataset to match to the fields in the target dataset. For records with matching field values, any fields in the target record will be updated with values from &lt;STRONG&gt;fields with the same name in the input record&lt;/STRONG&gt;. Geometry will be updated if the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Update Geometry&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;parameter is checked.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This tends to suggest that it will only update fields that have the same name.&amp;nbsp; Almost as if the Field Map is ignored for the upsert operation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have not tested, but a thought....&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 18:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540107#M88402</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2024-09-18T18:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540193#M88415</link>
      <description>&lt;P&gt;What version of ArcGIS Pro?&lt;/P&gt;&lt;P&gt;Upsert was introduced in 3.1. there was a bug for this exact behaviour fixed in 3.2&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/using-the-append-tool-to-upsert-data-does-not-insert-ne-bug-000161623" target="_blank"&gt;https://support.esri.com/en-us/bug/using-the-append-tool-to-upsert-data-does-not-insert-ne-bug-000161623&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 22:16:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540193#M88415</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-09-18T22:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540214#M88419</link>
      <description>&lt;P&gt;So we're still on 3.1.2, so it's quite possible this is the problem, though&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/15530"&gt;@RhettZufelt&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;also make good points. Looks like I'm going to have to reach out to Tech Support to get some clarification on the capabilities at least, and also find out if this bug is at play in my situation. Thanks all for you prompt feedback. Will update back here when I get an answer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 00:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540214#M88419</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2024-09-19T00:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540215#M88420</link>
      <description>&lt;P&gt;A follow-up question, in lieu if getting the update through, does anyone have a workaround suggestion? I'm happy to work in python as thats where the final process will actually be executed from. I resorted to Pro to help write and test arcpy steps in my process. So I'm not bound by ArcGIS Pro, or arcpy. Those are just what I'm most familiar with and I had no luck with Copilot and testing alternative methods.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 00:35:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540215#M88420</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2024-09-19T00:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540219#M88421</link>
      <description>I think you'll be wasting your time contacting support. They will point to&lt;BR /&gt;the documentation and ask you to upgrade to 3.2 and see if the issue&lt;BR /&gt;persists. The functionality was introduced at 3.1, bug lodged at 3.1.x and&lt;BR /&gt;fixed at 3.2. I used to work tech support.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/upsert-your-datasets-using-the-append-tool-in-arcgis-pro-3-1/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/upsert-your-datasets-using-the-append-tool-in-arcgis-pro-3-1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You should be able to upsert in one operation. Blog above clearly outlines&lt;BR /&gt;this.&lt;BR /&gt;&lt;BR /&gt;Input field(s) is for matching values. I.e. a unique ID field, or multiple&lt;BR /&gt;fields that could uniquely identify exisiting records to updated.&lt;BR /&gt;&lt;BR /&gt;Field maps and geometry is for what attributes get pushed.&lt;BR /&gt;&lt;BR /&gt;You can probably work around the issue by running the append tool twice,&lt;BR /&gt;for each method.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2024 01:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540219#M88421</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-09-19T01:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540224#M88422</link>
      <description>&lt;P&gt;Nothing gets fixed unless it gets reported.&lt;/P&gt;&lt;P&gt;Also, there is a link on the help topic page that you can supply comments for the help topic.&lt;/P&gt;&lt;P&gt;I find regularly that any lack of clarity in a help topic is address by correcting an error, or by that team contacting the appropriate section within esri to confirm what is written.&lt;/P&gt;&lt;P&gt;Could just be me, but it would be worth reporting, especially since beta 3.4 will be coming up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 02:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540224#M88422</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-09-19T02:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540225#M88423</link>
      <description>&lt;P&gt;The exact issue that Lindsay is describing was reported as a defect in 3.1 and fixed in 3.2.&lt;/P&gt;&lt;P&gt;Lindsay is on 3.1.&lt;/P&gt;&lt;P&gt;There's no benefit to reporting it as they will ask you to update and test the issue on the version where the issue has been fixed. May as well do that first.&lt;/P&gt;&lt;P&gt;I'm also not seeing any issues with the documentation, it seems like the user hit a known defect.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 02:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1540225#M88423</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-09-19T02:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1575185#M91906</link>
      <description>&lt;P&gt;This issue does not appear to have been fixed. I am experiencing it in 3.2..&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 00:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1575185#M91906</guid>
      <dc:creator>SFM_WillBrewer</dc:creator>
      <dc:date>2025-01-14T00:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1598453#M94276</link>
      <description>&lt;P&gt;Hi Christopher,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am on 3.3 and I have the same problem - the update functionality is not doing anything and it is just appending all the records (identical records) to the database again. Definitely not fixed in 3.2 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 12:06:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1598453#M94276</guid>
      <dc:creator>Mondi_GIS</dc:creator>
      <dc:date>2025-03-24T12:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1598465#M94277</link>
      <description>&lt;P&gt;The context of this thread is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;User seeing defect on 3.1&lt;/LI&gt;&lt;LI&gt;Known issue on 3.1&lt;/LI&gt;&lt;LI&gt;Fix released on 3.2&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My advice was that for this user on 3.1 it's a known issue. They will have no luck troubleshooting it and technical support should rightly direct them to upgrade to 3.2 and see if the behaviour persists.&lt;/P&gt;&lt;P&gt;If you are seeing this behaviour on 3.3 I would recommend exploring some of the advice in this thread around the requirements. If you are confident you are seeing an issue I would recommend a new thread and contacting tech support. It may be workflow related, and you'll get more engagement on a new post, or if there are newer / repeat defects tech support should be able to pick it up pretty quick.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 12:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1598465#M94277</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-03-24T12:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Should Append tool perform Update and Add at the same time</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1651138#M98998</link>
      <description>&lt;P&gt;Seeing a similar issue in 3.4.3&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/append-tool-quot-update-upsert-options-quot-being/m-p/1651137#M98997" target="_blank"&gt;Append tool "Update (Upsert) Options" being ignore... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 18:03:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/should-append-tool-perform-update-and-add-at-the/m-p/1651138#M98998</guid>
      <dc:creator>AaronKoelker</dc:creator>
      <dc:date>2025-09-17T18:03:56Z</dc:date>
    </item>
  </channel>
</rss>

