Hi,
I managed to make a table like below in Alteryx and need to send an email for the very last step.
| Ref No. | Department | Status | Count |
| 000001 | HR | Approved | 5 |
| 000001 | HR | Rejected | 2 |
| 000002 | Marketing | Approved | 3 |
But,if I send an email like the above, HR will get twice for the approved and rejected.
I want to work on in this way that HR can get one email including the ref no. , count and two different types of status.
Does anyone know how to group the same Ref No. & Department, but still show different status types & count?
Please help!!
Thank you in advance.