UIPath equivalent to Blue prisms "Choice"

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):

  1. row.item(“Status”) = “Open” AND Counter = 0
  2. row.item(“Status”) = “Open” (Counter anything but 0)
  3. row.item(“Status”) = “Started”
  4. row.item(“Status”) = “Closed”
  5. row.item(“Status”) = “Faulty”

Hi,

Use switch and change the “Type Argument” in property window to string to achieve this.

2 Likes

Thank you - that does the trick - didn’t see that before

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.