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 →
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Quick Base",
"type": "n8n-nodes-base.quickbase",
"position": [
650,
300
],
"parameters": {
"columns": "name,age",
"options": {},
"tableId": ""
},
"credentials": {
"quickbaseApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
450,
300
],
"parameters": {
"values": {
"number": [
{
"name": "age",
"value": 8
}
],
"string": [
{
"name": "name",
"value": "n8n"
}
]
},
"options": {}
},
"typeVersion": 1
},
{
"name": "Set1",
"type": "n8n-nodes-base.set",
"position": [
850,
300
],
"parameters": {
"values": {
"number": [
{
"name": "age",
"value": 10
},
{
"name": "Record ID#",
"value": "={{$node[\"Quick Base\"].json[\"Record ID#\"]}}"
}
]
},
"options": {},
"keepOnlySet": true
},
"typeVersion": 1
},
{
"name": "Quick Base1",
"type": "n8n-nodes-base.quickbase",
"position": [
1050,
300
],
"parameters": {
"columns": "age",
"options": {},
"tableId": "={{$node[\"Quick Base\"].parameter[\"tableId\"]}}",
"operation": "update",
"updateKey": "Record ID#"
},
"credentials": {
"quickbaseApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Quick Base2",
"type": "n8n-nodes-base.quickbase",
"position": [
1250,
300
],
"parameters": {
"options": {},
"tableId": "={{$node[\"Quick Base\"].parameter[\"tableId\"]}}",
"operation": "getAll"
},
"credentials": {
"quickbaseApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Set": {
"main": [
[
{
"node": "Quick Base",
"type": "main",
"index": 0
}
]
]
},
"Set1": {
"main": [
[
{
"node": "Quick Base1",
"type": "main",
"index": 0
}
]
]
},
"Quick Base": {
"main": [
[
{
"node": "Set1",
"type": "main",
"index": 0
}
]
]
},
"Quick Base1": {
"main": [
[
{
"node": "Quick Base2",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Set",
"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.
quickbaseApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Create Update And Get Records In Quick Base. Uses manualTrigger, quickbase. Event-driven trigger; 6 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.
Create, update and get records in Quick Base. Uses manualTrigger, quickbase. Event-driven trigger; 6 nodes.
Reagendamiento. Uses executeWorkflowTrigger, redis, n8n-nodes-evolution-api, dataTable. Event-driven trigger; 73 nodes.
Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.
This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.
This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.