I’m not a fan of nested if’s and would like to avoid it
(Switch and flowswitch sorts only by numbers?)
I have a datatable and want to take different sets of actions depending on the data (sidenote: we’re planning on getting orchestrator very soon):
- row.item(“Status”) = “Open” AND Counter = 0
- row.item(“Status”) = “Open” (Counter anything but 0)
- row.item(“Status”) = “Started”
- row.item(“Status”) = “Closed”
- row.item(“Status”) = “Faulty”