I simply want to add a Field to an existing attribute table in ArcGIS Pro and sequentially number this field (e.g. record 1 will show the number 1, record 2 will show number 2, record 3 will show number 3, etc. until all the records have a number.
I've tried the sequential number expression using Calculate Field but it uses the ObjectID field. I do NOT want to reference the ObjectID field. Due to an Append followed by a Sort done on a Field other than the ObjectID field, I can't have the sequential numbers generated in the new field based on the ObjectID.
Is there a way to do this? Or should I just export the table to Excel where I know I can enter number 1 into the top record, number 2 into the record that is the 2nd record, 3 into the third record and then just drag downward and the program enters sequential numbers until I get to the bottom of the file. Is then have to export the spreadsheet back to ArcGIS Pro and add xy's. But I can't believe there isn't any way to just add a Field info Pro and generate sequential numbers but Not based on the ObjectID.