Use the Decision component
Automate the decision-making process by using the Decision component in RPA Desktop Design Studio.
Watch this video to learn how to use the Decision component.
始める前に
Role required: none
このタスクについて
You can specify a conditional expression in the component. If the expression contains any parameters, they appear as input ports. If the expression is correct based on the inputs provided, then the True Output Port takes control. Else, the False Output port takes control and executes the automation.
For defining conditions, the Decision component provides many functions, operators, and expressions. For more information, see Functions, data types, and operators.
To configure the properties for the Decision component, see Properties of the Conditions components.
手順
Accept an input and match with a condition
In the DECISION component, a conditional expression "i=10" is set. Since "i" is the
parameter, an input port is dynamically created in the component. The Variable
(Create and use a variable in RPA Desktop Design Studio) component provides the
input "5" to the Decision component which is False. Hence, the False Output port
takes control and the Show (Use the Show component)
component shows the message "False."