Hi All,
I have a dt, where one of my column is name of client. How to get the table with only one row for each client (delete duplicates).
Thanks for your help:)
Hi All,
I have a dt, where one of my column is name of client. How to get the table with only one row for each client (delete duplicates).
Thanks for your help:)
Hi @Krzysztof,
Try these steps:
newDT = DT.DefaultView.ToTable(True,"Client").CopyToDataTable
Hope this helps, if it works mark as solution.
Thanks,
Neelima.
Which activity use in point 2? - Assign not works.
Using Assign Activity Your Variable type should be datatable.
Refer below Workflow references removeduplicates.xaml (4.8 KB)
If it works,mark it as solution.
Thanks,
Neelima
It works. Thank you. How to do it, to keep another column?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.