UiPath RPA Associate (UiRPA) — Question 8
What is the result of running the Output Data Table activity?
Answer options
- A. Stores the data from a Microsoft Excel sheet to a DataTable variable
- B. Writes the values in the DataTable variable to a Dictionary variable
- C. Prints the values in the DataTable variable in the Output panel
- D. Writes the values in the DataTable variable to a String variable
Correct answer: D
Explanation
The Output Data Table activity converts the contents of a DataTable variable into a String format, which is why option D is correct. Options A and B are inaccurate as they misrepresent the functionalities of the activity, while option C describes displaying data rather than storing it into a String.