My problem is the Split In bach (Get Multiple Invoices), it runs only once, the first item of the main Loop, when the second run happens, it stops in that step… as you can see in the image, the “loop items” has 2 runs, and in that second run the “Get Multiple Invoices” doesn’t run anymore
Would be best to use sub workflows with the execute workflow node.
Two split in batches inside each other doesn’t work as far as I know. So setting them in seperate workflows would solve that. would also free up some resources.
The RAM gets cleared when a workflow is finished. So in your case splitting the processing of the PDF’s will help.
(make sure not to return it into the main workflow though)
Also there is an option to use file storage instead of ram for files.