Specify the sum of repeated comments in Column

we can do it by grouping the data

e.g a LookUp Dictionary

Assign Activity:
myLKDict | Dictionary(Of String, int32) =

YourDataTableVar.AsEnumerable.GroupBy(Function (x) x("Comment").toString.Trim.).ToDictionary(Function (g) g.Key, Function (g) g.Count)