Batch End
You should always use the Batch End Block in combination with any Block that supports batching.
Javascript Block that contains the
batch.begin()
methodSQL
SFTP
REST
Hubspot and other Custom Utility Blocks that may be installed
It signals the end point of the batch loop so Ziggy can return control to the initiating Block.
If you don't use the Batch End Block, then the Terminator Block will act as the loop-back point until there is now more data, at which point the Flow will terminate.

The output edge will contain the following information.
{
offset: 7
iterations: 2
}
Last modified: 10 February 2025