✚ How to link tables and display data from a tab to another one?
Good news: you can do it in just a few minutes!
Airtable doesn’t automatically sync values across tables, but it gives us powerful tools to make that happen: Linked Records, Lookup fields, and (for advanced users) Scripts.
Why link tables?
By linking tables in Airtable, you can:
- Pull data from one table to another (like a VLOOKUP in Excel).
- Display metadata or attributes without duplicating information.
- Keep your base tidy, scalable, and easy to maintain.
Example: Link the Products
table to the Variants
table
1. (Products table) Make Product ID the primary field
- Open your Products table.
- Locate the Product ID field.
- Drag it to the first column position.
- Click Change primary field to confirm.
2. (Variants table) Duplicate Product ID field
- Open your Variants table.
- Duplicate the Product ID field.
- Keep “Duplicate cells” checked.
- If needed, rename the new field (
Product ID copy
).
3. Convert the duplicate into a linked record
- Select the new field you just created.
- Change the field type to Link to another record.
- Choose the Products table.
- Save and confirm changes.
- Skip Lookup fields (we will see it later)
4. Automate linking for new records
At this point, existing records are linked. But for new ones, you’ll want to automate the process.
- Go to Automations in the top menu.
- Create a new automation.
- Trigger: When a record matches conditions.
- Condition: In the Variants table, when Product ID is not empty.
- Action: Update record → copy Product ID into the
Product ID copy
field.
✅ Every new Variant will now automatically link to its Product.
5. Add lookup fields
Now that the tables are connected, you can bring Product data into the Variants table.
For example, to display the Product Title:
- Add a new field in Variants.
- Select Lookup as the field type.
- Source: your
Product ID copy
field. - Field: choose Title from the Products table.
- Click Create field.
✅ Each Variant now shows its Product Title automatically.
🎉 You're done!
Your Variants
table now shows data from Products
table, automatically linked by Product ID
. No manual copy-paste needed. Just clean, connected Airtable magic.
Updated on: 30/09/2025
Thank you!