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 →
{
"createdAt": "2021-04-19T10:15:58.189Z",
"updatedAt": "2021-06-04T14:55:29.008Z",
"id": "171",
"name": "Stackby:append read list delete",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "570ac713-7639-4d31-aed5-d813b6cb3f32"
},
{
"parameters": {
"stackId": "stOgji6AOGIluLfusu",
"table": "TestTable",
"columns": "id,name"
},
"name": "Stackby",
"type": "n8n-nodes-base.stackby",
"typeVersion": 1,
"position": [
570,
300
],
"credentials": {
"stackbyApi": {
"name": "<your credential>"
}
},
"id": "c5684dac-5284-4aee-ac91-fbf9cd9f0ee6"
},
{
"parameters": {
"values": {
"number": [
{
"name": "id",
"value": "={{Math.round(Math.random()*1000)}}"
}
],
"string": [
{
"name": "name",
"value": "=Test{{Date.now()}}"
}
]
},
"options": {}
},
"name": "Set",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
400,
300
],
"id": "31ebc435-4f59-42a7-813d-6d98eb59449e"
},
{
"parameters": {
"operation": "read",
"stackId": "stOgji6AOGIluLfusu",
"table": "TestTable",
"id": "={{$node[\"Stackby\"].json[\"rowId\"]}}"
},
"name": "Stackby1",
"type": "n8n-nodes-base.stackby",
"typeVersion": 1,
"position": [
720,
300
],
"credentials": {
"stackbyApi": {
"name": "<your credential>"
}
},
"id": "d78e9f09-6930-46d9-919b-80bfaeeac953"
},
{
"parameters": {
"operation": "list",
"stackId": "stOgji6AOGIluLfusu",
"table": "TestTable",
"additionalFields": {
"view": ""
}
},
"name": "Stackby2",
"type": "n8n-nodes-base.stackby",
"typeVersion": 1,
"position": [
880,
300
],
"credentials": {
"stackbyApi": {
"name": "<your credential>"
}
},
"notes": "CAP_RESULTS_LENGTH=1",
"id": "e94a8735-e82b-4388-8020-925e6e549c1b"
},
{
"parameters": {
"operation": "delete",
"stackId": "stOgji6AOGIluLfusu",
"table": "TestTable",
"id": "={{$node[\"Stackby\"].json[\"rowId\"]}}"
},
"name": "Stackby3",
"type": "n8n-nodes-base.stackby",
"typeVersion": 1,
"position": [
1030,
300
],
"executeOnce": true,
"credentials": {
"stackbyApi": {
"name": "<your credential>"
}
},
"id": "18174a44-9f60-4a2b-9635-1f5f5eb579c7"
}
],
"connections": {
"Stackby": {
"main": [
[
{
"node": "Stackby1",
"type": "main",
"index": 0
}
]
]
},
"Set": {
"main": [
[
{
"node": "Stackby",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"Stackby1": {
"main": [
[
{
"node": "Stackby2",
"type": "main",
"index": 0
}
]
]
},
"Stackby2": {
"main": [
[
{
"node": "Stackby3",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
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.
stackbyApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Stackby:append read list delete. Uses start, stackby. Manual trigger; 6 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/b37961bd0e1f34e1bffb4be4a345c08ede317689/workflows/171.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.
NextCloud:NextCloud:Folder:create move copy delete list:File:upload move copy download delete. Uses start, nextCloud, readBinaryFile. Manual trigger; 28 nodes.
Transporeon - orders - step 3 - process single. Uses start, functionItem, httpRequest, microsoftSql. Manual trigger; 26 nodes.
Orbit:Member:upsert get update delete getAll lookup:Note:create update getAll:Activity:create getAll:Post:create getAll delete. Uses start, orbit. Manual trigger; 16 nodes.
Raindrop:User:get:Collection:create get update getAll delete:Bookmark:create get update getAll delete:Tag:getAll delete. Uses start, raindrop. Manual trigger; 14 nodes.
Backup workflows & credentials. Uses start, executeCommand. Manual trigger; 13 nodes.