UiPath Automation Developer Associate Exam (2023.10) UiPath-ADAv1 Question # 94 Topic 10 Discussion

UiPath Automation Developer Associate Exam (2023.10) UiPath-ADAv1 Question # 94 Topic 10 Discussion

UiPath-ADAv1 Exam Topic 10 Question 94 Discussion:
Question #: 94
Topic #: 10

A developer utilized the Add Data Row activity to insert a row into a DataTable called "dtReports". However, during runtime, UiPath Studio encounters an exception:

"Add Data Row: Object reference not set to an instance of an object."

The reason is that the DataTable has not been initialized.

To rectify this issue, what should the developer include in an Assign activity before the Add Data Row activity?


A.

Assign dtReports = New System.Data.DataTable


B.

Assign New System.Data.DataTable = dtReports


C.

Assign dtReports = New System.Data.DataRow


D.

Assign dtReports = New List(Of DataRow)


Get Premium UiPath-ADAv1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.