Skip to main content
Nintex Community Menu Bar

Email Sending Off When It Should Not

  • May 19, 2021
  • 1 reply
  • 5 views

Forum|alt.badge.img+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

Forum|alt.badge.img+3
  • Nintex Employee
  • May 25, 2021

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