Exam UiRPA All QuestionsBrowse all questions from this exam
Question 41

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?

    Correct Answer: B

    The Properties Panel is typically used in UiPath Studio to create and manage variables. It provides the functionalities to define new variables, set their scope, and configure their properties. The Activities Panel and Project Panel do not support direct variable creation, and the Locals Panel is used primarily for debugging purposes to monitor variable values during workflow execution.

Discussion
AutomationMasterOption: B

Will go with Properties panel as Local Panel is available during debug mode.

rollesOption: B

The Activities Panel (option A) provides a list of available activities that you can drag and drop onto the workflow canvas. It doesn't directly support variable creation. The Project Panel (option C) displays the files and folders within your project but does not offer direct variable creation functionality. The Locals Panel (option D) is used during debugging to monitor the values of variables within a specific workflow instance. It is not the appropriate panel for creating variables. Therefore, the Properties Panel (option B) is the panel from which a variable can be created while building the workflow in UiPath Studio.