Error when creating a new DataTable variable

Hi all,
when i’m creating new data table im facing the below error…please help!!!
thanks in advance

Hi @shiva1,

Please make sure the variable type is correct.


Thanks,
Saranya K R

already declared the variable as datatable but im getting that error.

@shiva1 Is it possible to attach your xaml file

Hi Shiva1,

It should be New DataTable on right side in Assign block. You are using datatable wrongly in lower case.

Thanks,
Vishal Kumar

Instead, have you tried like this: NewDT = new System.Data.DataTable

Thanks,
Rammohan B.

4 Likes

now it’s working well.
thanks so much…:grinning:

1 Like

thanks!