I am having an issue calculating fields in ArcGIS Pro and overwriting previously selected data, not the currently selected data. I am using ArcGIS Pro 2.8.3. The feature class I am trying to edit is stored locally.
There below steps are taken from another question (Solved: Re: 2.6.1 - field calculator with selection, dange... - Page 2 - Esri Community) by @danbecker and covers my issue exactly, the previous post says solved, but I did not see a solution, just an explanation.
- Select a record in attribute table. Right click on field, calculate field, specify a string to calculate, hit APPLY
- make sure and leave the field calculator floating window open
- change the selection in the table to a different record
- the field calculator window is already open, don't change anything except a new string to calculate, hit APPLY or OK, doesn't matter
Notice what happens…you would expect that the record selected in step #3 would be calculated, i.e. the one currently selected, but it actually calculates the formally selected record, i.e. the selection in step #1.
Any idea if there is a correction for this??