Using a switch statement to evaluate multiple true/false variables
I have a form that has 5 checkbox variables and a requester can select all 5 checkboxes. Is there a way to build a switch activity to evaluate these checkboxes instead of creating 5 if statements? Trying to simply this workflow as much as possible...