How to stop a branch when a local variable being assigned with value

Hi All,

Would like to know, how to stop a branch when a local variable being assigned with value?

image

If there is value assigned to variable email_unique, I would need to stop the looping/execution of In Stream Splitter.

Kindly help.

Thank You.

I think the easiest way would be to use a script that checks for the value and throws an error. Then, on that Script’s On Error tab, specify that it should stop the branch when an error is encountered.