Getting most occured date in row in DataTable

@Rajat_16

Let me summarize your case:

  • in a datatable within a column are dates present
  • the date with the highest occurrence count is to find

As mentioned it can be done with group by approaches and then count the groups

For starting learning UiPath and to explore the essentials this task can be simulated with a dictionary

In case this date was never seen in the iteration the count is set to 1. Otherwise we do increment the count by 1.

Find starter Help here
Rajat_16.xaml (11.0 KB)