Recover bad loop iteration

Hi, I have these nodes in a wkf every now and then the python node goes into error since it is inserted inside a loop even by inserting the try catch, however I would like it to be possible to be able to recover the lost loop iteration even in the event of an error

Hi @cridiaz ,

Please share your workflow so that others can help you best, otherwise it is hard to see the importance of each node and output generated.

All the best
Linus

1 Like

If you mean that the Python Script node is producing an empty table or missing data then maybe this discussion i useful:

BW/Evert

Hi, I think I solved it with a recursive loop inside the try catch.

Thank you

2 Likes

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