QuestionQ8
Variables and ArgumentsHow do variables and arguments differ in scope in UiPath?
- A Variables are used for input data, while arguments are used for output data.
- B Variables have a limited scope within a specific workflow or sequence, while arguments are used to pass data between workflows.
- C Variables are global and arguments are local.
- D Variables can only be used within the main workflow, while arguments can only be used within invoked workflows.
Community Discussion