Question
Answer
== : equal to
=== : exactly equal to (value and type)
!= : not equal
!== : not equal (neither value or type)
> : greater than
< : less than
>= : greater than or equal to
<= : less than or equal to
&& : and
| | : or
! : not
Use the {Self} variable (available in the Named Controls tab in the Formula Builder) to reference the value in an associated control within the condition.
Additional Information
When using rules with the Nintex Mobile application use runtime functions such as equals() and() or() not() as the above operators will not work.