Question
How to get the count of similar rows in Appian?
Hi Everyone,
Can anyone please help me, how can I get the count of similar rows in appian as given below. Like if value of ColA, ColB and ColC is same two times then count should give 2.
| Col A | Col B | Col C | Count |
| a | b | c | 2 |
| d | e | f | 3 |
| g | h | i | 1 |
Thank you
