How can I break out of two loops at once?

1
In two nested microflow loops, how can I break out of both if a condition is satisfied in the inner loop?
asked
1 answers
3

Found the answer already, I have a global boolean that can serve as the signal:

alt text

answered