I would like some assistance in creating an automation that sends out monthly (or conditional) emails to specific employees depending on certain items.
The base is a tracking log for all of our employees to track their monthly recertification for their clients. Each row is a client’s name, employee responsible, a due date, and a manager responsible.
I want an email to send out to the respective employee that share a list of all the client’s that have not renewed their certification with us past the due date.
I have a view that finds records that are past the due date. But i also know how to make it by condition.
The issue is that staff are likely to have up to 30 clients a month to renew and I don’t want to send individual emails for each client, i want a digest that shows a list in the email body of all the specific clients that are over due for renewal.
However, I am unable to target the right email to match this query. I am either sending it to one person, or one email for all people on the list.
Let’s say that the list is like
Employee: Employee 1
Client: Client A, Client B, Client C, Client D
Due Date: 2/22/2022
Employee: Employee 2
Client: Client E, Client, F, Client, G
Due Date: 2/22/2022
I want two emails to be sent out, one for Employee 1 and one for Employee 2. The body of Employee 1 will show the clients that are over due, and the same for Employee 2.
Can anyone help me?
Drew