Hello,
I have several workflows that I have created and two of them have a similar condition.
I have a feeling it is a trigger issue. The workflows are set to start on 'Modified: Conditional'
Workflow A: IF AA=AA Then send an email
Workflow B: IF AA=AA && First Date != First Date OR Location != Location send an email
The issue is, we only want the email for Workflow A to ONLY be sent for Workflow A. At this moment, when Workflow B is kicked off, Workflow A email is sent along with email from Workflow B.