The form is reporting the following error ->Person field email is not defined

  • 13 October 2020
  • 3 replies
  • 65 views

I have a rule on my O365 nintex form, the purpose of the rule is to disable few controls when the email address of the person field that I have on the form is different from Current user email address. The rule works fine when there is name in the person field but it generate error when it is empty. This is the formula that I have on the rule isnullorEmpty(Entity Controller(Email))||Entity Controller (Email)!=Current User (Email) . Entity Controller is the name of the field. And attached is the error that gets thrown by the form. Could you advise me how to fix this? Thank you

 

 

 

 

 


3 replies

Userlevel 6
Badge +22
Hi,

If "Entity Controller" is the name of the field why are you referring to it as "Entity Controller (Email)"?

Thank you Simon for looking at my post. I did it this was so that I can compare the email of the Entity controller with current user email

Userlevel 6
Badge +22
This may be where the error is coming from as this is not correct syntax for the formula. You cannot just add (Email) after a controls name.

Reply