Nov 15, 2022 03:03 PM
Hi Everyone, I duplicated a base which I’ve done many times, but this time entries from the associated form did not start at 1. Is there anyway to edit the existing entry IDs if the form is still open/accepting submissions? Essentially I want to edit the current entry IDs so that they go from 1 and increase in numerical ,order, then have the future entries follow that order.
Thank you.
Solved! Go to Solution.
Nov 15, 2022 03:33 PM
“Entry ID” is not an Airtable term, that is a name given to a field (presumably) in your base. Keep things like this in mind for future threads as we’ll have to guess what you mean.
From context, it sounds like you’re talking about a field named {Entry ID} that has the field type of Autonumber. To reset an Autonumber field’s numbering, convert the field into any other type, then convert it back to an Autonumber. Do this by rightclicking the name of the field and hitting “Edit field” or “Configure options”.
Airtable will renumber all records from 1 to [n] based on the order the records appear in the View you’re looking at. Make sure when you do this, your records are sorted so that they are in the sequence you want them numbered.
Nov 15, 2022 03:33 PM
“Entry ID” is not an Airtable term, that is a name given to a field (presumably) in your base. Keep things like this in mind for future threads as we’ll have to guess what you mean.
From context, it sounds like you’re talking about a field named {Entry ID} that has the field type of Autonumber. To reset an Autonumber field’s numbering, convert the field into any other type, then convert it back to an Autonumber. Do this by rightclicking the name of the field and hitting “Edit field” or “Configure options”.
Airtable will renumber all records from 1 to [n] based on the order the records appear in the View you’re looking at. Make sure when you do this, your records are sorted so that they are in the sequence you want them numbered.
Nov 15, 2022 06:10 PM
Thanks so much for the reply and clarity/insight for futures post. I appreciate the feedback. Your instructions were clear and my base is updated. Thank you.