Connect your Base44 app to Airtable to bring your live data into dashboards, tools, and workflows.
Create a Personal Access Token
data.records:read
schema.bases:read
(optional but helpful for testing)Find your Base ID
https://airtable.com/app123XYZ/...
Add Airtable from the Integrations Catalog
Paste your secrets
AIRTABLE_API_KEY
AIRTABLE_BASE_ID
Build your app
“Build an internal dashboard. We will connect to my Airtable base and show real records. Include a Sync Status page and start by letting me choose a table before building visuals.”
Sync status page
Access your existing app
“Build an internal dashboard. Let me pick a data source later.”
Enable backend functions
Connect to Airtable through the AI chat
Connect this app to Airtable. Ask me for AIRTABLE_API_KEY and AIRTABLE_BASE_ID and save them as Secrets. Add a backend function that can test the connection and fetch records. Create a Sync Status page with a Check Connection button.
Fetch tables and show data
Run the connection test to list my tables, let me pick one, then fetch records and show a raw table view before any visuals.
Test your app