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