Hi Team,
I used copytodatatable but returned error if there was no rows so i collected the result in datarows and checking if datarows.count>0 but it is throwing below error.
This is the query used in an assign activity - (from dt in dta.Select() where Not existingIDNumber.Contains((dt(“ID number”).ToString)) Select dt)
Thanks,
Ula