Violating the Rule of 2 Logical Arguments

  • 4 September 2019
  • 3 replies
  • 0 views

Badge +1

I'm new to the logic we can use when forming a condition for a rule.

It seems that whenever I add the && it doesn't work, and it causes my other rules on the form to stop working.
How would I make the following rule work?

4234i639DA4997CBF0BF4.png

 

 

Thank you


3 replies

Userlevel 6
Badge +22

Hi,

You could try writing your rule like:

and(is edit mode,equals(my requester approver(display name),Current User(display name)))

Also the second rule will not work.  The not() runtime function is designed to reverse the outcome of a rule in Nintex Forms.  It cannot be nested inside other functions.

Badge +1
Thank you. Would the != also not work because of the effort of using it in a nested function or would another format work?
Could I make two rules that would do the same outcome as the original rule?
Userlevel 6
Badge +22
The operator != should work nested but I have not tested it.
If you provide a sample form of what you are trying to do I may be able to assist.

Reply