Skip to main content
Nintex Community Menu Bar

Why are the rules on this formular not working?!?!?

  • February 13, 2018
  • 2 replies
  • 12 views

Forum|alt.badge.img+10

Hi all,

I have a (responsive) form with a dropdown ("L1", "L2", "L3") and a people picker field. As soon as "L3" is selected it is mandatory to have a value within the people picker field. Unfortunately this is not working for some reason.

This is my form:

213383_pastedImage_1.png

Name of the dropdown: LevelFreigabe

I tried these two rules (set on the people picker field):

213384_pastedImage_2.png

Deutsch: und(istNullOderLeer({Self}), gleich("L3 - GHV / NDA", LevelFreigabe))

English:   and(isNullOrEmpty({Self}), equal("L3 - GHV / NDA", LevelFreigabe))

Deutsch: und(istNullOderLeer({Self}), enthält("L3", LevelFreigabe))

English:   and(isNullOrEmpty {Self}, contains("L3", LevelFreigabe))

Both didn't work. Is there something I have overseen?!?

BTW: I selected the named controls, I didn't write the names only down.

Cheers

mai-kel

2 replies

Forum|alt.badge.img+14
  • Scholar
  • February 15, 2018

is 'LevelFreigabe' a choice or lookup control?

try to remove extra space after each comma in formula.

try to enclose LevelFreigabe reference with {TextStart}/{TextEnd} tokens.

check developer console whether there are not any errors reported. they may prevent to correctly evaluate a rule.


Forum|alt.badge.img+10
  • Author
  • Nintex Partner
  • February 15, 2018

Removing extra space and using {TextStart} / {TextEnd} did do the magic. Now it is working.