<?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: How to refresh attribute table after editing data with Python script? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1364044#M76685</link>
    <description>&lt;P&gt;There is an enhancement request in the Product Plan that's somewhat related to your question.&amp;nbsp; ENH-000135306 -&amp;nbsp;&lt;SPAN&gt;Implement a screen refresh when edits are made to features after a data access module is run in a Python script/tool in ArcGIS Pro."&amp;nbsp; Hopefully soon!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 17:24:11 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2023-12-22T17:24:11Z</dc:date>
    <item>
      <title>How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363752#M76648</link>
      <description>&lt;P&gt;Is there a way to refresh the data in a feature class's attribute table after running a standalone Python script?&lt;/P&gt;&lt;P&gt;Fully closing and re-opening ArcGIS Pro does accomplish this kind of refresh.&amp;nbsp; But it would be very helpful to get it to refresh without having to close the program!&lt;/P&gt;&lt;P&gt;I'm using Pro 3.0.3 and cannot upgrade for a long time, due to my organization's needs relating to versions of License Manager, ArcGIS Server, existing map services and apps, etc.&lt;/P&gt;&lt;P&gt;I'm running a standalone Python script that edits attribute data in a feature class that's in an enterprise geodatabase.&amp;nbsp; I am both editing and viewing the default, not a version.&amp;nbsp; After running the script, the edits do not appear in Pro, unless I close and reopen the software.&amp;nbsp; I have tried closing and reopening the attribute table, refreshing the data source in the Catalog pane (you'd think that would do it, but it does not), and panning/zooming the map in Pro.&amp;nbsp; None of that makes the edits appear in the table.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 19:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363752#M76648</guid>
      <dc:creator>AllenDailey1</dc:creator>
      <dc:date>2023-12-21T19:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363754#M76649</link>
      <description>&lt;P&gt;There's the refresh button (2 blue arrows in a loop) at the top-right corner of the attribute table - does that not work?&amp;nbsp; Removing and re-adding the data should work if that doesn't.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 19:58:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363754#M76649</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-12-21T19:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363756#M76650</link>
      <description>&lt;P&gt;Thanks for your post!&lt;/P&gt;&lt;P&gt;Huh, I never knew about that refresh button, even though I have used Pro a lot!&amp;nbsp; So thank you for pointing that out.&amp;nbsp; Now, looking over to the right side near that button, I'm noticing the attribute table "hamburger" button, which I hadn't noticed either.&amp;nbsp; I guess I'm used to buttons being aligned to the left side, so it feels odd to me to have most buttons aligned left but one or two aligned right.&amp;nbsp; (And I have a huge screen, so that probably doesn't help with noticing buttons on an unexpected side.)&lt;/P&gt;&lt;P&gt;However, that refresh button at the bottom right of the map area didn't make the edits appear.&amp;nbsp; It appeared to do some work, like the map area and table went white for a moment while it worked, and then they seemingly reloaded.&amp;nbsp; But the edits still did not appear in the table.&amp;nbsp; Next, to make sure there were indeed edits, I closed and reopened Pro, and then I could see the edits in the table.&lt;/P&gt;&lt;P&gt;[Edit:&amp;nbsp; now I'm hunting on the screen for other buttons in places where I would not expect them, and I'm seeing another refresh button down at the bottom of the table, on the right, and the tooltip says "refresh the table." I had never even really noticed any of the buttons down there; I thought all the table buttons would be at the top left, maybe based on how ArcMap is?&amp;nbsp; I'm going to do some testing now to see if this other button will do the job.]&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 20:14:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363756#M76650</guid>
      <dc:creator>AllenDailey1</dc:creator>
      <dc:date>2023-12-21T20:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363757#M76651</link>
      <description>&lt;P&gt;If your script was associated with a tool in arctoolbox, then you would be better off since toolbox scripts are connected to the open Pro environment.&lt;/P&gt;&lt;P&gt;a Script tool would be the simplest&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/a-quick-tour-of-creating-script-tools.htm" target="_blank"&gt;What is a script tool?—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you have input parameters in your standalone script you can set them as defaults for the tool meaning that you can basically run the tool with preloaded parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 20:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363757#M76651</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-12-21T20:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363760#M76652</link>
      <description>&lt;P&gt;Wow, I really thought that the refresh button at the bottom right of the attribute table would do the job, but it did not.&amp;nbsp; Weird!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 20:18:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363760#M76652</guid>
      <dc:creator>AllenDailey1</dc:creator>
      <dc:date>2023-12-21T20:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363797#M76655</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp; &amp;nbsp;Good to know.&amp;nbsp; It's not worth it in this particular case to create a tool, but I guess it sounds like the implication is that a script is "disconnected" from Pro in such a way that refreshing the table doesn't grab the script's edits?&amp;nbsp; That doesn't make sense to me... but Pro can be mysterious.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 21:39:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363797#M76655</guid>
      <dc:creator>AllenDailey1</dc:creator>
      <dc:date>2023-12-21T21:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363806#M76656</link>
      <description>&lt;P&gt;Jupyter notebooks launched from Pro, the python command line in Pro and toolbox scripts are all connected to Pro.&amp;nbsp; A standalone script isn't although you can use arcpy and arctoolbox functionality.&lt;/P&gt;&lt;P&gt;the "arcgis" module might be worth a look but again it is geared to jupyter and suffers from some of the same limitations as standalone python scripts.&lt;/P&gt;&lt;P&gt;Add and remove a layer is a quick workaround that I have used when I get lazy&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 22:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363806#M76656</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-12-21T22:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363836#M76658</link>
      <description>&lt;P&gt;Thank you for the information!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want to remove and re-add the layer in this case, since it has complex symbology.&amp;nbsp; But that would be handy in many cases.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 23:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1363836#M76658</guid>
      <dc:creator>AllenDailey1</dc:creator>
      <dc:date>2023-12-21T23:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1364044#M76685</link>
      <description>&lt;P&gt;There is an enhancement request in the Product Plan that's somewhat related to your question.&amp;nbsp; ENH-000135306 -&amp;nbsp;&lt;SPAN&gt;Implement a screen refresh when edits are made to features after a data access module is run in a Python script/tool in ArcGIS Pro."&amp;nbsp; Hopefully soon!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 17:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1364044#M76685</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2023-12-22T17:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1364086#M76689</link>
      <description>&lt;P&gt;Okay, that's good to know.&amp;nbsp; Thank you very much for sharing that!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 19:06:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1364086#M76689</guid>
      <dc:creator>AllenDailey1</dc:creator>
      <dc:date>2023-12-22T19:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1420099#M82932</link>
      <description>&lt;P&gt;What is the status of&amp;nbsp;&lt;SPAN&gt;ENH-000135306? Is there somewhere I can view the status?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 19:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1420099#M82932</guid>
      <dc:creator>MattSteging</dc:creator>
      <dc:date>2024-05-07T19:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1420143#M82941</link>
      <description>&lt;P&gt;Hi Matt - I just pulled up the&amp;nbsp;ENH-000135306 request to determine it's status - still show "in the product plan."&amp;nbsp; Not terribly helpful I know but that's the current status.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 20:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1420143#M82941</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-05-07T20:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1491397#M84514</link>
      <description>&lt;P&gt;Actually, if you go to the data source panel, then right click to the database name and select "Refresh" it would work. But I'm also looking for an in-script solution to refresh it automatically.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d'écran 2024-06-13 105346.png" style="width: 320px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/106948iD3E5C60D114569C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d'écran 2024-06-13 105346.png" alt="Capture d'écran 2024-06-13 105346.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 08:55:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1491397#M84514</guid>
      <dc:creator>lmatteo</dc:creator>
      <dc:date>2024-06-13T08:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1505325#M85541</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2538"&gt;@Robert_LeClair&lt;/a&gt;&amp;nbsp;has this enhancement request been completed? We still can't see data created via python script unless we manually refresh a version.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 12:34:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1505325#M85541</guid>
      <dc:creator>melisahansen</dc:creator>
      <dc:date>2024-07-15T12:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1505366#M85544</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/408322"&gt;@melisahansen&lt;/a&gt;&amp;nbsp;- as of 7/15/24, its status is still "in the product plan."&amp;nbsp; I don't see any new updates unfortunately.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 13:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1505366#M85544</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-07-15T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1511921#M86146</link>
      <description>&lt;P&gt;I'm running a python script from a toolbox tool (ArcGIS Pro 3.3.0) and it still doesn't refresh the attribute table.&amp;nbsp; Nothing seems to except refreshing from Data Source &amp;gt; Refresh&amp;nbsp; on the Contents pane. My data is in an enterprise geodatabase (sql server) and versioned using traditional versioning. I'm also using the new arcpy.RefreshLayer() command that came in with 3.3.0 but that does nothing.&amp;nbsp; I suspect because it's on a versioned feature class.&lt;/P&gt;&lt;P&gt;This is just super annoying - I just want an arcpy command that does the same as Data Source &amp;gt; Refresh.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 21:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1511921#M86146</guid>
      <dc:creator>Michele_Hosking</dc:creator>
      <dc:date>2024-07-29T21:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1585362#M93059</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/520978"&gt;@lmatteo&lt;/a&gt;&amp;nbsp;I have a python script that runs using a python toolbox and it uses an insertCursor to insert rows into a related table. The problem is, the same as you have been getting, that it does not refresh the data source automatically. I can use the option Contents &amp;gt; List by Data Source &amp;gt; Refresh to manually refresh and then I can see the rows inserted into the table. Otherwise I have to restart pro. I am also searching for an answer to do this programmatically. Did you come across any solution?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 06:56:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1585362#M93059</guid>
      <dc:creator>Jessica_Watson</dc:creator>
      <dc:date>2025-02-14T06:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1585365#M93060</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I just commented on here a few minutes ago but thought I'd have one last attempt.&lt;/P&gt;&lt;P&gt;I saw a solution on another post, but this actually worked for me (rough coding so apologies for the messiness but finally got it to work!). Another user&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;KjetilSverdrup-Thygeson&lt;/SPAN&gt;&amp;nbsp;in &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-arcpy-how-to-refresh-the-map/m-p/406325" target="_self"&gt;this post&lt;/A&gt; said it was slow for them so use with caution. The workaround is to "change" the version of the Feature layer (or Table in my case) to the same version it is in effectively refreshing the layers:&lt;/P&gt;&lt;P&gt;def refreshMap(layerName):&lt;BR /&gt;&amp;nbsp; &amp;nbsp; current_project = arcpy.mp.ArcGISProject('current')&lt;BR /&gt;&amp;nbsp; &amp;nbsp; target_map = current_project.activeMap&lt;BR /&gt;&amp;nbsp; &amp;nbsp; for l in target_map.listLayers("*"):&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; arcpy.AddMessage(f"layer is {l}")&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if l.longName == layerName:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;conProp = l.connectionProperties&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;arcpy.ChangeVersion_management(l, 'TRANSACTIONAL', conProp['connection_info']['version'])&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; for t in target_map.listTables("*"):&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; arcpy.AddMessage(f"table is {t}")&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if t.longName == layerName:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; conProp = t.connectionProperties&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; arcpy.ChangeVersion_management(t, 'TRANSACTIONAL', conProp['connection_info']['version'])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 07:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1585365#M93060</guid>
      <dc:creator>Jessica_Watson</dc:creator>
      <dc:date>2025-02-14T07:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1631176#M97084</link>
      <description>&lt;P&gt;Also hoping for this fix soon; it affects our ability to provide expected outputs from toolboxes without the tedious (from a GIS novice's view) workaround.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 16:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1631176#M97084</guid>
      <dc:creator>Alison_Mynsberge</dc:creator>
      <dc:date>2025-07-08T16:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh attribute table after editing data with Python script?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1685796#M102002</link>
      <description>&lt;P&gt;Esri, please fix this. Being able to refresh the connection programmatically in Python to see changes made by the Data Access module in a Pro session seems like very basic functionality. Would it be helpful if someone started an “Idea”?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Feb 2026 20:58:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-refresh-attribute-table-after-editing-data/m-p/1685796#M102002</guid>
      <dc:creator>Jeff-Reinhart</dc:creator>
      <dc:date>2026-02-22T20:58:52Z</dc:date>
    </item>
  </channel>
</rss>

