What will be the value of "A1" cell in "Sheet2" worksheet when the following sequence is executed?

A developer uses Read Range and Write Range activities to copy data from one worksheet to another.

What will be the value of "A1" cell in "Sheet2" worksheet when the following sequence is executed?

Please find below the properties of the Read Range activity

Please find below the properties of the Write Range activity

Please find below the data in "Sheet1"

A . Drug Name
B. Hay Fever
C. Column1
D. Column0

Answer: B

Explanation:

In the Read Range activity, when AddHeaders is selected, the column headers from the specified spreadsheet range are also extracted and set as the column names for the output datatable.

In the Write Range activity, when AddHeaders is selected, column headers are also written to the specified range. Otherwise, everything starting from the first row of the datatable is written to the worksheet (headers are not written).

In this case, robot first sets Drug Name, Drug Company, State and Phone as columnnames for the output datatable, however doesn’t write them in Sheet2, as AddHeaders is

not selected in the Write Range activity.

UiPath Documentation Read Range

UiPath Documentation Write Range

Exam Topic: Identify and describe how activities are used to automate actions in Excel, e-mail, and .pdfs

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments