When you manually create an output variable, UiPath replaces the automatically generated one with the manually created variable.
This allows developers to customize variable names and improve code readability.
The generated variable is not stored separately, and no duplicate variables are created.
✅ Why other options are incorrect:
A: The generated variable is not stored separately.
B: The activity remains unchanged.
C: The manually created variable replaces the generated one, not the other way around.
✅ Reference: UiPath Studio - Variables
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit