UiPath RPA Associate (UiRPA) — Question 22

A developer is designing a workflow that performs the following activities:

1. Gets text from a web page
2. Stores the text in a String variable
3. Performs validations on the string format
4. Saves the final result in a text file

As the developer is building the workflow, from which panel can a variable be created?

Answer options

Correct answer: B

Explanation

The correct answer is B, as variables are typically created in the Properties Panel where you can define their attributes. The Activities Panel is used for adding activities, the Project Panel organizes project files, and the Locals Panel displays variables during debugging but does not allow their creation.