Looping not fully running

Hey guys,

Any idea why my loop isnt looping through all 76 documents?

Best guess is if one of the items didn’t get document. It will stop the whole workflow.

Try to enable this option in your pinecore vector node.

Ah Perfect!Thank you! Yeah that worked! However it errored out on the 10th saying End of data reached (data length = 0, asked index = 4). Corrupted zip ?
Is there a way to set up something like error handling to skip over these issues should the be countered

Also the same setting and change the On Error to Continue (using error output)

Then you can handle the error path when you needed.


Okay cool, I did that with the On Error setting and then it still only looped through 18 items not 76

Looks like something wrong in the data loader

Should take a look about why it goes wrong and solve it.