Skip to main content
Nintex Community Menu Bar

Is it possible to do a validation rule where I can get a button to only be visible to the person who's name is entered in my Administrator field?

 

25930i970BCA8E39F4A04B.jpg

 

Instead of using the Expression condition in the Button configuration, try adding a formatting rule to the Button. Configure it with the following settings:



  • Name = Hide Button

  • Rule Type = Formatting

  • Condition = not(equals(Administrator,CurrentUser))

    • Administrator is your required field.

    • CurrentUser is from the Common tab in the Formula Builder for the Condition.



  • Formatting - Check the "Hide" box.


 



 


Reply