I want an email notification to be sent out on the day a task is due. I have a list of users that when the task is assigned to them, status is not equal to complete, and the due date is TODAY, an email alert is triggered. Nothing seems to be working. Can someone point me in the right direction? What am I overlooking?
Thanks,
Mike
11 answers
So you are using the email alert then.. if that's the case you only need to pass the {!$Record.ID}
Basically you are passing the task of so the email alert can have access to the record.
About the error, there is an ID that is wrong.
THe only ID I see from you screenshot is the filtering criteria: OwnerID. Make sure you selected the ownerId (user) instead of the group one