What will appear in the Output panel after the workflow below is run?
A UiPath Flow Switch executes its Default case when the expression does not match any configured case. Since Status is assigned "Approved" and no Approved case exists, the Default branch writes Status not valid.
Status
"Approved"
Approved
Status not valid
Community Discussion