Logic IF
This task allows you to run task A when the IF condition is satisfied. Optionally, you can run task B when the IF condition is not satisfied.
The flow diagram example:IF ( Condition Is True ){ Run Task A}else{ Run Task B}