Do until Condition
With a Do until Condition Node, you can run a sub-branch (Output Do until...) until a certain condition is met.
In this case, the Do until... branch is stopped and the Flow continues on the Condition matched output.
If the condition did not match before the Do until... branch has finished, the Flow continues on the Contition never met output.