When I extract DataTable, it’s extracted successfully because I printed it and checked! But when i applied the filter condition to create the array of DataRows:
And when I checked it( by converting the filtered data row array back to a data table and then printing it), the following error popped up while the assigning activity:
Which means the extracted table couldn’t filter out properly. Can I get help regarding the condition(if I did something wrong there) or else what’s the problem.
Thank You.
I am doing everything just to check the filtering only, so the first assignment is from extracted DT to filtered array, then that array is assigned back to extracted DT(using .copytoDataTable function on filtered array), after which I’m trying to print it.
But after the second assignment only, it’s throwing an error of empty data rows