Suppose I have a SharePoint list and I need reminder of the due date. One column have some similar values whereas the other column have all identical values.
Rather than sending email for each overdue item of list, I want the email to be send in a way so It get the similar value (Eg - yes, no) and make a list of other identical value and send me in a same email.
Eg.
Test Name | Status | Supervisor |
1 | Pass | x |
2 | Fail | y |
3 | Pass | a |
4 | Pass | x |
5 | Fail | b |
Email :
Hi,
You record says that Pass items are :
1 (Test name) - x (Supervisor name)
3 - a
4 - x
Thanks