Hi there,
I would like to use a formula in the primary key column of an airtable data set to create a unique ID, or autonumber, but i want that number to recalculate when i insert a new row anywhere in the master data set so that the ordering is retained.
if you use the autonumber field type, it will create the record using the next available number, then all my views start to loose the ordering i want.
is there a way to write a formula that will re-calcuate the primary key column to retain the existing order, with the new record in place.
For example:
1 TestA
2 TestB
3TestC
If i insert a row between TestB and TestC, the primary key would show as follows:
1 TestA
2TestB
3Testnew record
4TestC