How to import Airtable unique IDs?
If you need to import the Airtable unique IDs for every row in the table, use one of the following options:
1. Add a Formula field
Add a Formula type field to your Airtable database. Use the following formula:
RECORD_ID()
It will show the internal record ids of rows in your Airtable database.
Set up an Airtable importer to pull your Airtable database with unique IDs for every row in the sheet.
2. Add an Autonumber field
Add a Autonumber type field to your Airtable database. It will increment unique counter for each record.
Set up an Airtable importer to pull your Airtable database with unique IDs for every row in the sheet.