Skip to main content
Nintex Community Menu Bar

Allowing updates to a form by the person completing a task only

  • August 31, 2022
  • 1 reply
  • 5 views

Forum|alt.badge.img+3

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

 

1 reply

bamaeric
Forum|alt.badge.img+14
  • Apprentice
  • August 31, 2022

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.