8.2) Variable Scope

Once we click on the activity in Designer pane, then the variables related to its scope and global variables are displayed in variables pane.

Say if we create a "Outer Sequence" and add "Inner Sequence 1" to it. Inside "Inner Sequence 1" we have "Inner Sequence 2".

If we create variable in IS2, it will not be visible to IS1
However, if we create variavke in IS1, it will be availabke in IS2.


Also, If we want variable in IS2 to be visible in another nested branch, then we need to change to "Top of Workflow"

                            

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...