Hi,
I have a Query Rule which returns a data set in my WF (for example):
John Smith 3
John Smith 4
Jane Doe 6
Jane Doe 3
Jack Dunn 2
Jack Dunn 1
I am trying to create an email that would show the above dataset grouped by name and total thus:
John Smith 7
Jane Doe 9
Jack Dunn 3
What is the best way to achieve this in WF (Cloud)