n8n-nodes-splitinbatches-advanced
This is an n8n community node. It gives you an extra output of the split in batches node. This path will be taken when the split in batches node is done with its loop of batches. It also gives you the option to combine all the results from batches before continuing on this "Done" path.
If you want to use this node as a normal split in batches node that is possible, simply don't add an output to the Done path.
If you have any questions or remarks please contact me @ bram@knitco.nl
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Compatibility
This node was developed and tested with version 0.193.3.
Usage
The node works the same as the split in batches node. But with some quality of life additions.
The node will continue on the Done path when the batches are finished processing. The node has the option to combine the data into one list of items, instead of the split runs of items.
The data returned is the data coming into the node after each iteration of the loop.
Resources
Version history
v1: first version. No new functionality in development at this time.