Hi all,
when i’m creating new data table im facing the below error…please help!!!
thanks in advance
@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…
1 Like
thanks!