n8n
Workflow
Insert And Retrieve Data From A Table In Stackby
This n8n workflow automates tasks using Stackby. Insert And Retrieve Data From A Table In Stackby - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks using Stackby. Insert And Retrieve Data From A Table In Stackby - ready to import and run in your n8n instance.
Features:
- Integrates with Stackby
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": [],
"typeVersion": 1,
"id": "cedf5f51-d3c3-4139-b8c3-f52797a741b4"
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
450,
300
],
"parameters": {
"values": {
"number": [
{
"name": "ID",
"value": 1
}
],
"string": [
{
"name": "Name",
"value": "n8n"
}
]
},
"options": []
},
"typeVersion": 1,
"id": "34152ee7-d29c-4cfd-9bcd-c1a85bcf3e21"
},
{
"name": "Stackby",
"type": "n8n-nodes-base.stackby",
"position": [
650,
300
],
"parameters": {
"table": "Table 1",
"columns": "ID, Name",
"stackId": "stbgReRhlmmAgT2suT"
},
"credentials": {
"stackbyApi": "Stackby API credentials"
},
"typeVersion": 1,
"id": "c2080b31-f943-4336-9d84-a51e2fc9c961"
},
{
"name": "Stackby1",
"type": "n8n-nodes-base.stackby",
"position": [
850,
300
],
"parameters": {
"table": "={{$node[\"Stackby\"].parameter[\"table\"]}}",
"stackId": "={{$node[\"Stackby\"].parameter[\"stackId\"]}}",
"operation": "list",
"additionalFields": []
},
"credentials": {
"stackbyApi": "Stackby API credentials"
},
"typeVersion": 1,
"id": "4a25ccdd-a4a5-4044-b1b1-835a4f32be7e"
}
],
"connections": {
"Set": {
"main": [
[
{
"node": "Stackby",
"type": "main",
"index": 0
}
]
]
},
"Stackby": {
"main": [
[
{
"node": "Stackby1",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, Stackby API credentials
Tags
#n8n
#automation
#workflow