Encountered scope-end without corresponding head!

Hi, I encountered this error while using try and catch block:
Encountered scope-end without corresponding head!

I understand the error usually occurs around loops in knime. I’ve enclosed my entire workflow, including the loop, into the component and yet I face this error. Please refer the attachment ss of the workflow. I appreciate any suggestions and solution. Thanks in advance.


Hi @nikhil_benny

You said

But where is your Try node?

See more examples:

gr. Hans

3 Likes

@nikhil_benny you will have to use a start and an end to capture errors. You can read about this here - and also find some examples to follow.

1 Like

This is embarrassing, but yeah, I missed the try node :smiling_face_with_tear:

3 Likes

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