n8n
Workflow
Insert Data Into A New Row For A Table In Coda
This n8n workflow automates tasks and integrates with various services. Insert Data Into A New Row For A Table In Coda - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks and integrates with various services. Insert Data Into A New Row For A Table In Coda - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": [],
"typeVersion": 1,
"id": "ae5cb4aa-f1c7-4014-a999-d3b27955a766"
},
{
"name": "Coda",
"type": "n8n-nodes-base.coda",
"position": [
650,
300
],
"parameters": {
"docId": "",
"options": [],
"tableId": ""
},
"credentials": {
"codaApi": ""
},
"typeVersion": 1,
"id": "4851e853-6f1b-4321-8252-2782445873da"
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
450,
300
],
"parameters": {
"values": {
"string": [
{
"name": "Column 1",
"value": "This is column 1 data"
},
{
"name": "Column 2",
"value": "This is column 2 data"
},
{
"name": "Column 3",
"value": "This is column 3 data"
}
]
},
"options": []
},
"typeVersion": 1,
"id": "d94a7f2a-0db6-418c-a933-1712b0ff3534"
}
],
"connections": {
"Set": {
"main": [
[
{
"node": "Coda",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow