I have a workflow process setup to execute whenever the user changes a Task Status to "Entered".
I have the rules defined in the following manner....
When the user changes the Task Status to "Entered" they are also changing several other fields at the same time. One of the things the Workflow process does is send an email to an employee (based on additional rules in the Workflow process) whenever it runs. What I found was that an email is being sent to the user for every field being modified. In other words, if the user changes 5 fields at the same time they set the Task Status to "Entered" then 5 emails are sent out.
Is there a way for me to tell the Workflow process to only execute once?