Delete me thanks

Hi , It’s possible if in my excel i got mulitple duplicate rows (see image) including bringing the column name from original to duplicated ? Under the same excel file
After that i want it to email me notifed me that i have a few duplicates too. How do i do that :slight_smile: ? Thanks

Hi,

Hope the following sample helps you.

arrDr=dt.AsEnumerable.GroupBy(Function(r) Tuple.Create(r(0).ToString,r(1).ToString)).Where(Function(g) g.Count>1).Select(Function(g) g.First).ToArray

Sequence1.xaml (8.1 KB)

Regards,

Hi,

Can you try to install/upgrade the latest version of UiPath.Excel.Activities package from ManagePackage?

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.