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 →
{
"name": "Advanced Variables Management",
"nodes": [
{
"parameters": {},
"id": "start",
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"operation": "setMultiple",
"variablesObject": "{\n \"environment\": \"production\",\n \"apiUrl\": \"https://api.prod.com\",\n \"timeout\": 10000,\n \"debugMode\": false,\n \"features\": {\n \"auth\": true,\n \"logging\": true,\n \"cache\": false\n }\n}"
},
"id": "bulk-set",
"name": "Bulk Set Variables",
"type": "n8n-nodes-variables-store.variablesSet",
"typeVersion": 1,
"position": [
460,
300
]
},
{
"parameters": {
"operation": "info"
},
"id": "get-info",
"name": "Get Storage Info",
"type": "n8n-nodes-variables-store.variablesManager",
"typeVersion": 1,
"position": [
680,
300
]
},
{
"parameters": {
"operation": "export"
},
"id": "export-backup",
"name": "Export Backup",
"type": "n8n-nodes-variables-store.variablesManager",
"typeVersion": 1,
"position": [
900,
300
]
},
{
"parameters": {
"operation": "list"
},
"id": "list-variables",
"name": "List All Variables",
"type": "n8n-nodes-variables-store.variablesGet",
"typeVersion": 1,
"position": [
1120,
300
]
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Bulk Set Variables",
"type": "main",
"index": 0
}
]
]
},
"Bulk Set Variables": {
"main": [
[
{
"node": "Get Storage Info",
"type": "main",
"index": 0
}
]
]
},
"Get Storage Info": {
"main": [
[
{
"node": "Export Backup",
"type": "main",
"index": 0
}
]
]
},
"Export Backup": {
"main": [
[
{
"node": "List All Variables",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Advanced Variables Management. Uses start, n8n-nodes-variables-store. Manual trigger; 5 nodes.
Source: https://github.com/yingcaihuang/n8n-nodes-variables-store/blob/9a3ef58e40ffdcaa19a5a8bc72ab70b6e1227103/examples/advanced-management.json — 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.
TheHive[v4]:Alert:create update get getAll promote merge:Case:create update get getAll:Observable:create update get search getAll:Task:create update get search getAll:Log:create get getAll. Uses start
uProc:Audio:*:company:*;. Uses start, uproc. Manual trigger; 36 nodes.
Trello:Board:*List:*Card:*Label:*CardComment:*Attachment:*CheckList:*. Uses start, trello. Manual trigger; 35 nodes.
ClickUp:Task:create update member getAll get delete:List:create update customFields member getAll get delete. Uses start, clickUp. Manual trigger; 30 nodes.