mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-27 21:49:41 -08:00
8 lines
400 B
JSON
8 lines
400 B
JSON
{
|
|
"$schema": "../scenario.schema.json",
|
|
"name": "CodeNodeJsOnceForEach",
|
|
"description": "A JS Code Node that runs once for each item and adds, modifies and removes properties. The data of 5 items is generated using DebugHelper Node, and returned with RespondToWebhook Node.",
|
|
"scenarioData": { "workflowFiles": ["jsCodeNodeOnceForEach.json"] },
|
|
"scriptPath": "jsCodeNodeOnceForEach.script.js"
|
|
}
|