mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
11 lines
368 B
JSON
11 lines
368 B
JSON
{
|
|
"$schema": "../scenario.schema.json",
|
|
"name": "DataTableNode",
|
|
"description": "A Data table node that first inserts 100 items and then reads them from the table. The data is returned with RespondToWebhook Node.",
|
|
"scenarioData": {
|
|
"workflowFiles": ["data-table-node.json"],
|
|
"dataTableFile": "data-table.json"
|
|
},
|
|
"scriptPath": "data-table-node.script.js"
|
|
}
|