Try - Catch Error Node in loop

Hi,

I need some helps to this issue because I didn’t know how to design about it.

I has flow collection of data (many files) in fold and it has some double quote “, is not close ( “”” )
so How should I do for manage this error to know which it is files errors and error in lines ?

Could I create collect of error information ?

Thank you

@kritsapatw you will need to provide the non-failing path with an alternative (empty table of the same structure).

If you want to just coninue after a fail you will need a different Catch node (the one that catches flow variable errors):

also:

2 Likes

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