Error on the lesson 3 practice 1 of the foundation training revamped

Hi, i was trying to re-do the exercice and i get an error saying that it’s impossible to convert a 1 dimensional tab from system.data.datarow to system.data.datarow


I just followed the script nothing less nothing more.

Can you help me ?

thanks

Hi @grish

clubMembers should be an array of datarows meaning DataRow[] and not DataRow

So in the variable type of clubMembers select array of [T] and then in the pop up select DataRow
and you should be good to go.

Regards,
Reda Marzouk

1 Like

yes i misunderstood
Thanks pal !

Glad it helped

[please mark the right answer as solution so other people can find it easily]

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