Airtable Integration
Automatically sync every form submission as a new record in your Airtable base. No code required — just connect your API key and Base ID.
How it works
When someone submits your form, Flowqen sends the data to the Airtable API and creates a new record in your chosen table. Every form field becomes a column, and a "Submitted At" timestamp is added automatically.
your form
submission
added to Airtable
Setup in 4 steps
Takes about 3 minutes.
Create a Personal Access Token
Go to airtable.com/create/tokens and create a new token. Give it a name like "Flowqen", then grant it these scopes:
Under "Access", select the specific base you want to connect (or "All current and future bases").
Find your Base ID
Open your Airtable base in the browser. The Base ID is in the URL:
The part starting with app is your Base ID (e.g., appAbC1dEfGhIjKlM).
Set up your Airtable table
Create columns in your Airtable table that match your form field names. Airtable will automatically match fields by name.
| Column Name | Field Type | Maps to |
|---|---|---|
| name | Single line text | Form "name" field |
| Form "email" field | ||
| message | Long text | Form "message" field |
| Submitted At | Single line text | Auto-added by Flowqen |
Configure in Flowqen
Go to your form's Settings tab, then Integrations. Scroll down to the Airtable section and:
- aToggle "Enable Airtable integration" on
- bPaste your Personal Access Token
- cEnter your Base ID(starts with "app")
- dEnter the Table Name(default: "Submissions")
- eClick Save Settings
Automatic "Submitted At" timestamp
Every record Flowqen creates in Airtable automatically includes a Submitted At field with the ISO 8601 timestamp of when the form was submitted. To use it:
- 1Create a column named "Submitted At" in your Airtable table
- 2Set the field type to Single line text (or Date if you want Airtable to parse it)
- 3Flowqen will fill it in automatically with every submission
- Airtable syncing is fire-and-forget — it never delays or blocks the form submission
- Column names must match your form field names exactly (case-sensitive)
- If a column doesn't exist for a field, Airtable will ignore that field silently
- Your API key is stored securely and never exposed to form submitters
- You can use Airtable alongside Google Sheets, Slack, and all other integrations
- Airtable has a rate limit of 5 requests per second per base — more than enough for form submissions