Hi All,
Would like to know, how to stop a branch when a local variable being assigned with value?
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.
Hi All,
Would like to know, how to stop a branch when a local variable being assigned with value?
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.