I setup a task to email the users when a particular field called “attorney feedback” is blank. The task ran properly but ended up sending multiple emails to each user for every single record that was blank. I just need to send 1 email if any of the fields are blank. I am trying to alert attorneys when they have records in the system that are not completed but I only want the system to send 1 alert.
Is this possible to limit it to 1 email even if there are multiple records?
Ok, so I figured out adding the count to the user object but when I try to define the task email, I cannot find a count option on the drop down? Thanks for your help on this by the way.