Hello all, this seems like a great community, and I hope I can get some good help for my little problem.
I have this DataTable:
What I need to do is:
-
Group all rows by the code following the § sign in the description column (In the example data in the picture above, all rows have a unique code, but for production - some of the rows will have the same code, i.e. §test1)
-
For every group I need to sum the group’s rows’ endtime-starttime value (only time here, not date)
I want to end up with something like this (example):
Code, HoursSum
§test1, 16h
Could anyone help me with the above transformation in UIPath?
BIG Thanks,
Jakob
