Skip to main content
October 29, 2021
Question

Regarding RPA Conditional Actions

  • October 29, 2021
  • 1 reply
  • 0 views

Greetings,

Could some please explain to me how to configure the flows in a conditional action in RPA?

It is not like a " Conditional Gates " in " Process Models " but I just wanna know to how to configure a conditional gate in Appian Rpa 

1 reply

danny.verb
November 1, 2021

The old conditionals for RPA are a little tricky, you need to name the edges of the gateway with the intended output of the method in the gateway. So if you used 'Evaluate Expression' to return true or false, you could name the connecting edges off of the gateway, true or false.

Our new designer makes it much easier to configure a condition https://docs.appian.com/suite/help/21.3/rpa-7.12/create/robotic-process-designer.html#conditional-flows

Simply create a bot using the Blank template to get started