Hello N8N Community,
I have a problem in correctly using the SplitInBatches Node for a Fileprocessing Workflow and I can’t seem to solve it myself.
All my attempts end in either a one time run or a permanent loop.
The Workflow reads a Google-sheet which contains a table.
I want the SplitInBatches to cut it every 100 Rows (which in theory works just as intended)
Then I use those 100 Rows in my Function.
When it’s done with those 100 it should circle back to the SplitInBatches Node and get the next 100 until there are none left (obviously).
But instead it keeps using the same 100 from the first Run (which leads to the infinite Loop)
As I said, my problem is, I either have a OneTime Run or an infinite Loop which forces me to restart N8N.
Would be awesome if someone could help me.
I have checked multiple templates and the documentation already but I keep running into the same problem.
Cheers,
Bennse
