How to group all duplicates using excel sort range in Uipath modern design

Hi, I am trying to group all duplicates using sort range activity ,
Signature column consist 40021 with blue color and 50021 doesnt have the blue color…and both have the duplicates …I am trying to group them togather as
Input:

InputData.xlsx (81.4 KB)

and after sorting it will look like
output:

Hi @Syed_Sultan_Ahmed1

Output

If you still not getting the required output,Please try to downgrade the UiPath.Excel.Activities dependency by making runtime rule as lowest applicable in the manage Packages.

Hope it helps!!

@Syed_Sultan_Ahmed1


Output:

Actually it is working fine please check once,

You are getting the highlighted once because those contains alphabets so that rows coming first.

Thanks its working …

1 Like

Hi the solution is not working , Please help me with this
SortInputData.xlsx (99.2 KB)
with this input file

  1. I need to filter column SIGNATURE and select only 40021 and color them with light blue.
  2. Then I need to clear all filter
  3. then group all duplicates by using sort range…this not working
    when the bot changes the colur of the data then grouping of duplicates are not working.

I tried simple steps but after coluring it…its not working
sortingData.1.0.1.zip (85.7 KB)