Hi All,
I want to retrieve duplicates based on the columns “Supplier”, “Invoice”, and “Code” in workbook Test.xlsm, remove them from Sheet1, and paste them to Sheet2.
I already know how to remove duplicate rows within a DT using the activity, but that is not the goal.
Example
Input:
Expected output:
This is what I have so far using Linq, but I didn’t figure out how to group by 3 columns, and I don’t know if there is another way to accomplish this task,
FindDuplicates.zip (81.1 KB)
Currently, it can group by 2 columns but not for 3:
Unfortunately, I cannot use non-official activities
Regards.