How does split in batches understand how many times it has to run?

Describe the problem/error/question

The split in batches should run like 19 times for me but it is only running twice. I do not understand how it calculates how many times it has to run? Can someone explain please :slight_smile:

Kind regards.

Hi @timautomation

It keeps track of that inside the node. it can be found in the context of the node.
If it isn’t running as often as you expect it can also be that it simply isnt getting another input making the loop stop as the node is simply not triggered.

If you need specific help with your flow please show us what is going wrong.

1 Like

Thanks for your answer, I still do not understand how it keeps track. But I will close this thread and make a new one as im not using the Split in batches node anymore.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.