fix(n8n Split In Batches Node): Rewrite hint for reset (#14844)

Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
Dana
2025-04-28 09:59:03 +02:00
committed by GitHub
parent 9e270cf700
commit 9029f34bfd

View File

@@ -55,7 +55,7 @@ export class SplitInBatchesV3 implements INodeType {
type: 'boolean',
default: false,
description:
'Whether the node will be reset and so with the current input-data newly initialized',
'Whether the node starts again from the beginning of the input items. This will treat incoming data as a new set rather than continuing with the previous items.',
},
],
},