I have a requirement where i need to select distinct column values from a column in excel i used Dt.DefaultView.ToTable(true,“Team”) this in assign activity but i also used lookup range because of that my code is considered the 10, 11 — as 1.
For Example Team1 — Team10, Team11 is in my excel but My code insert the Team10 and Team11 values in Team1. Can anyone help me to get distinct values.