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 c7240cc commit 307f87fCopy full SHA for 307f87f
nodes/DynamicNode/DynamicNode.node.ts
@@ -128,8 +128,10 @@ export class DynamicNode implements INodeType {
128
workflowId: workflowProxy.$workflow.id,
129
},
130
doNotWaitToFinish,
131
- itemIndex: index,
132
- },
+ additionalData: {
+ itemIndex: index,
133
+ },
134
+ } as any
135
);
136
137
if (!doNotWaitToFinish && execResult) {
@@ -181,8 +183,10 @@ export class DynamicNode implements INodeType {
181
183
182
184
185
- itemIndex: 0,
186
187
+ itemIndex: 0,
188
189
+ } as any,
190
191
192
0 commit comments