Concept Flow - Nested conditional execution
Start
Check Outer Condition
Check Inner Condition
Execute Inner True
End
First, the outer condition is checked. If true, the inner condition is checked next. Depending on inner condition, different code runs. If outer condition is false, inner is skipped.