Quantcast
Channel: Nintex Connect: Active Threads
Viewing all articles
Browse latest Browse all 4245

If or Condition logic issue when using Does not contain

$
0
0

I wrote a workflow that used the does not contain condition to verify if a text field contained Approved or Rejected.

In this test, it evaluates to "NO" no matter what I do.  I believe the does not cotain condition is a victum of double negative logic.  I worked around the issue with contains positive logic using the condition statement. Unless I am over thinking this?

Current:
text field = blank, if does not contain approved (true) or if does not contain rejected (true) = NO
text field = approved, if does not contain approved (false) or if does not contain rejected (true) = NO
text field = rejected, if does not contain approved (true) or if does not contain rejected (false) = NO

Should be:
text field = blank, if does not contain approved (true) or if does not contain rejected (true) = YES
text field = approved, if does not contain approved (false) or if does not contain rejected (true) = NO
text field = rejected, if does not contain approved (true) or if does not contain rejected (false) = NO


Viewing all articles
Browse latest Browse all 4245

Trending Articles