Articles → UIPATH → Flow Decision Activity In Uipath
Flow Decision Activity In Uipath
Purpose
Example
- Create a new flowchart.
- Drag and drop the "Path Exists" activity. Give the invalid path and assign the result to the boolean variable.
Click to Enlarge
- Drag and drop the "Flow Decision" activity. Assign the variable "output" to the "condition" attribute of the "Flow Decision" activity.
Click to Enlarge
- In the true condition, drag and drop the message box with the text - "Path Exists".
- In the false condition, drag and drop the message box with the text - "Path does not Exists".
- Save and run the bot.
Click to Enlarge
Output
Click to Enlarge