Practice 1 - Get and Sort data error Add data row: Object reference not set to an instance of an object

I am working on Practice 1 - Get and Sort data in the academy.

I finished the selector section but I am stuck on the Add Data Row activity I keep getting this error:
Add Data Row: Object reference not set to an instance of an object.
My inputs:
ArrayRow: {TheName, ThePhone, TheBirthdate, TheEmail, CityStateZip }
DataRow: (blank)
DataTable: OutputDataTable

In the practice solution it leaves the DataRow field blank.

can you upload the xaml ? @Shaggy

Apparently my account is restricted because Iā€™m new

Main.xaml (20.4 KB)

you forgot to set this to equal outputDataTable @Shaggy

Thank you that was so confusing! I thought the problem was with the Add Data Row activity cause that was what kept being highlighted.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.