Skip to main content
Nintex Community Menu Bar

Nintex Run if not equal not recognizing value

  • May 8, 2020
  • 1 reply
  • 17 views

Forum|alt.badge.img

Hi,

 

I have an issue on a nintex workflow, so it's quite simple but for some reason its not working.

I have a paralel action with two branches with RUN IF action.

 

Left branch: Run if

                    Condition: If current item field equals value

                    Where: Field 1

                    not equals

                    Value:A

                   (then it sends out an email notification to person A)

 

Right branch: Run if

                    Condition: If current item field equals value

                    Where: Field 1

                    equals

                    Value:A

                   (then it sends out an email notification to person B)

 

The problem is that the workflow is sending the email notification to both person A and B, so the worklow is not differentiating the 'equal' and the respective value.

 

Any advice?

 

Many thanks,

Dan

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • May 12, 2020
If you get the rid of the Parallel branch and run the run ifs sequentially does it work then?