I don’t know because it can have just a column equal, like only the name. Actually I have to filter it by just one column. If it works for columns it will do! Thanks for the help.
Hi, I’m trying it to delete duplicated values from my Data Table but I think I’m not using it correctly because it is not removing the duplicate. I read an Excel range “D11:D15” (there are five cells, two of them with the value “1021” and three empty cells) and I assign the read range output as “BUsTable”, after this, I use an “Assign” activity to set the value of BUsTable2 = BUsTable.DefaultView.ToTable(“BUsTable2”,true)