Hi Community
I have a employee attendance dataset where each column represent a week (25nov2024,2dec-2024 etc). attendance status is colour coded:
green:submitted
red: not submitted
I need to create a workflow:
1) identifies employees who have at least one red (not submitted)
2) sends an email to their managers with a message:
> you have missed submitting attendance for xyz week.
>if multiple weeks are missing: then message should be you have missed submitting for 25nov2024,2-dec-2024 etc.
could someone guide me on how to structure this workflow. A sample workflow would be really helpful,
Thanks in advance