10.2.4) Flow Switch

Step1: Add Flowchart
Step 2: Add an Input Dialog box with label and title and put result into a variable
Step 3: Add Flow switch and we can add various activities, dialog boxes, message boxes as cases
Step 4: Add various message boxes with custom mesg + varname. And drag them to activities
Step 5: First one to drag is the Default case
Setp 6: We can loop through the program until desired output is achieved.

Advantage of using Flow switch in flow chart is we can loop until desired value is achieved.

No comments:

Post a Comment

Sequence and Flowcharts

  UiPath recommends that the first part of the Robot should start with Flowchart or Sequence. We can nest Sequence inside Sequence, Flowchar...