I implemented Try & Catch within my loop, but when a failure occurs, the loop doesn’t proceed to the next iteration. Why is this happening?
@mmrostami your alternative seems to have a different structure. You could try and allow differing structures in the loop end node and deal with the differences later.
after long time I realized how try& catch works.
How it solved:
CATCH node has 2 input ports:
one port comes from TRY node (original)
another port comes from (default)
I used “Table Creator” node for default node of CATCH.
inside of Table Creator node I add only column names EXACTLY same name with the output of TRY node.
at the end I connect CATCH node - failure output by flow variable to the LOOP END.
Do you mind editing your post that you flagged as solution with some more details around how you solved your problem after watching the video?
E.g. a screenshot and some comments around what you have changed to make it work, describing what the problem was and why it was failing
That way it becomes a true solution and it makes sense to be tagged at the top…
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.