UiPath Automation Developer Associate v1 — Question 22
Which of the following statements is true about Global Variables?
Answer options
- A. Global Variables values can be modified during the automation execution.
- B. Global Variables can be created from the Data Manager panel and from the Variables panel.
- C. Global Variables can be accessed only from the Main workflow.
- D. Global Variables have a Direction properly (In/Out).
Correct answer: A
Explanation
The correct answer is A because Global Variables can indeed have their values altered during the execution of an automation. Option B is incorrect because while Global Variables can be created in both panels, the focus of the question is on their properties. Option C is wrong as Global Variables can be accessed from multiple workflows, not just the Main one. Lastly, option D is misleading; while Global Variables may have directionality, it is not a definitive characteristic that defines them.