What will be the result of the processing?
A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores current prices of the product and price at the discount. The developer wants to remove some rows (please see the condition in the If activity) and display, how many rows were left...
What will be the result of the processing?
A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores current prices of the product and price at the discount. The developer wants to remove some rows (please see the condition in the If activity) and display, how many rows were left...
What type of selectors will be generated during recording?
A developer wants to use a Basic recorder to capture several clicks on a website. What type of selectors will be generated during recording?A . Basic recorder does not allow to capture actions on websites. B. Partial C. Dynamic D. FullView AnswerAnswer: D Explanation: Basic recording type generates a full...
What are the differences between the Workbook and Excel Write Range activities?
A developer needs to create a process that performs the following: (1.Scrapes a table of common English-Spanish translations (2.Writes the table to an Excel file (3.Emails that Excel file as an attachment While creating this process, the developer notices that two activities with the same name can write the scraped...
Which warning will be shown in the Analyzer output for this activity?
A developer uses Workflow Analyzer with the default rules to check if a project follows best practices. In one of the workflows, the Properties of a Click activity is shown in the following exhibit. Which warning will be shown in the Analyzer output for this activity?A . Timeout values is...
How can you delay the Automatic Recording?
How can you delay the Automatic Recording?A . By hitting the Escape key B. By right clicking C. Not possible D. By hitting the F2 keyView AnswerAnswer: D
Which property should be configured?
A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded. Which property should be...
What is a possible cause for this issue?
A developer was reviewing an Orchestration process whose "main" attribute is set to Main.xaml in project.json. However, the process is not pausing as intended. What is a possible cause for this issue?A . UI activities were not used in the process. B. "Wait for Form Task and Resume" activity was...
Which is the best way to delete unreferenced variables?
Which is the best way to delete unreferenced variables?A . Delete them one by one from the Variables panel. UiPath Studio performs the workflow validation in real time, therefore you can see which variable is being used. B. The unreferenced variables do not utilise memory, therefore you do not have...
Where can you find the value written by the Write Line activity?
Where can you find the value written by the Write Line activity?A . At console B. In a variable C. In the Output paneView AnswerAnswer: C