SplitInBatches receiving data multiple times

Yes, that is currently not possible as the SplitInBatches-Node does use the first time it receives data to split it up and all the other times it returns it then in batches till nothing is left.

Did however just add an option to the node which allows to reset it:
https://github.com/n8n-io/n8n/commit/89a73d4653bc511092a1f2f42d477f898b2c6ea2

It will be released with the next version.

With it, it will then execute like this:

The workflow which uses the new option here:
(Important: It will not work in the current version unless you build it yourself. So you have to wait till the new version got released.)

1 Like