Import from Airtable
The Airtable import recreates an Airtable base in Helm — tables, fields, and records, including the links between tables.- Create an Airtable personal access token at airtable.com/create/tokens with the
data.records:readandschema.bases:readscopes - In Helm, open Import → Airtable and paste the token
- Pick the base, then choose which tables to import (all are selected by default)
- Start the import and watch the progress — larger bases take a few minutes
- Tables, fields, and all records
- Field types are mapped to their Helm equivalents (selects keep their choices and colors, attachments, ratings, dates, and so on)
- Linked records between imported tables are preserved — links to tables you didn’t select are kept as plain text with a warning
- Computed Airtable fields (formula, rollup, count, lookup) import as text snapshots of their current values
- Views are not imported — recreate the views you need in Helm
Your Airtable token is used only for the import and is discarded when the job completes.
Import from a spreadsheet
The spreadsheet import turns a CSV into a new base with one table.- Open Import → Spreadsheet
- Upload a CSV or TSV file, or paste cells copied from Excel or Google Sheets
- The first row becomes your column names; column types (text, number, checkbox) are detected automatically
- Confirm to create the base
.xlsx and other binary spreadsheet formats aren’t supported — export as CSV first.