The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "54",
"name": "CFP Selection 1",
"nodes": [
{
"name": "Typeform Trigger",
"type": "n8n-nodes-base.typeformTrigger",
"position": [
450,
250
],
"parameters": {
"formId": ""
},
"credentials": {
"typeformApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
660,
250
],
"parameters": {
"table": "",
"operation": "append",
"application": ""
},
"credentials": {
"airtableApi": "<your credential>"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Typeform Trigger": {
"main": [
[
{
"node": "Airtable",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
airtableApitypeformApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
CFP Selection 1. Uses typeformTrigger, airtable. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Get Product Feedback. Uses typeformTrigger, airtable, trello, noOp. Event-driven trigger; 6 nodes.
Extract Infromation From A Receipt And Store It In Airtable. Uses typeformTrigger, httpRequest, mindee, airtable. Event-driven trigger; 5 nodes.
Expense Tracker App. Uses typeformTrigger, httpRequest, mindee, airtable. Event-driven trigger; 5 nodes.
Extract infromation from a receipt and store it in Airtable. Uses typeformTrigger, httpRequest, mindee, airtable. Event-driven trigger; 5 nodes.
Automated Form Submission Data Storage in Airtable. Uses formTrigger, airtable, stickyNote. Event-driven trigger; 4 nodes.