I have a SharePoint list with the following items:
| EmployeeID | Overall Status | Training1 | Training2 | Training3 |
| Emp1001 | In Progress | Not Started | Completed | In Progress |
| Emp1002 | Completed | Completed | Completed | Completed |
| Emp1003 | Not Started | Not Started | Not Started | Not Started |
Every time there's an update on each column, it should trigger an email separately for the status of each training. However, with the trigger I have, this would mean it will also send an email about the other column. For example, I updated the Training3. It would send me an email for the status of that column. Aside from that, it will also send me emails for the other columns, wherein I only want the email to be send when I update specific training. Is there a workaround for this?
Please help.