Group by syntax different language

Hi Expert
I am getting confuse to use group by in uipath can anyone please help how to use it in data table
if I have data table one column name is veender id and have multiple record with respect for one id and want to group that
like id =1 name =rajesh product =soap ,id =1 ,name =ramesh product =dove so on

Hi,

I’m not sure if you need a Group By, but I still made an example of how a GroupBy can be used for a DataTable using the DataView.

See if it helps you.

GroupBy.xaml (10.7 KB)