We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95a6b8 commit 79e1f44Copy full SHA for 79e1f44
nodes/DynamicNode/DynamicNode.node.ts
@@ -95,7 +95,12 @@ export class DynamicNode implements INodeType {
95
const execResult = await this.executeWorkflow(
96
{ code: template },
97
[item],
98
- {},
+ {
99
+ contextData: {
100
+ $data: item.json,
101
+ $json: item.json,
102
+ },
103
104
{
105
parentExecution: {
106
executionId: workflowProxy.$execution.id,
package.json
@@ -1,6 +1,6 @@
1
2
"name": "n8n-nodes-dynamic-node",
3
- "version": "0.3.2",
+ "version": "0.3.3",
4
"description": "A dynamic n8n node wrapper that can execute any node JSON by feeding it at runtime.",
5
"keywords": [
6
"n8n-community-node-package",
0 commit comments