I am facing a strange issue… I have extracted data from website in DataTable.
Now I want to select only certain row using
rowSelected = ExtractDataTable.Select(“Type=‘WI5’”)
But the issue is I want rowSelected to be DataRow but I cannot find DataRow but only DataRow is present and I cannot proceed further. Can any one help me out?
Thanks a lot @Pankaj.Patil and @ovi … It works.
I found a lengthy work around for this by using invoke method and arguments. I imported a workflow with dataRow type varible and it worked.
Anyways learned a better way