UiPath RPA Associate (UiRPA) — Question 40
What is used to pass data between activites inside workflows?
Answer options
- A. Properties
- B. Namespaces
- C. Variables
- D. Arguments
Correct answer: C
Explanation
The correct answer is C, Variables, as they are specifically designed to hold and transfer data between activities in workflows. Properties and Arguments serve different purposes, while Namespaces are used to organize and manage code but do not directly facilitate data transfer.