Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam UiPath-SAIAv1 All Questions
Exam UiPath-SAIAv1 All Questions

View all questions & answers for the UiPath-SAIAv1 exam

UiPath Specialized AI Associate UiPath-SAIAv1 Question # 61 Topic 7 Discussion

UiPath-SAIAv1 Exam Topic 7 Question 61 Discussion:
Question #: 61
Topic #: 7

A developer utilized the Add Data Row activity to insert a row into a data table called "dt_Reports". However, during runtime, UiPath Studio encounters an exception, "Add Data Row: Object reference not set to an instance of an object," because the data table has not been initialized.

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


A.

Assign dt_Reports = New System.Data.DataRow


B.

Assign dt_Reports = New System.Data.DataTable


C.

Assign dt_Reports = New List(Of DataRow)


D.

Assign New System.Data.DataTable = dt_Reports


Get Premium UiPath-SAIAv1 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.