Email Sending Off When It Should Not

  • 19 May 2021
  • 1 reply
  • 0 views

Badge +1

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.


1 reply

Have you tried to leave out "IF AA=AA" in workflow B to see if it stops sending the email twice?

Reply