Forum Discussion
MCFNeil
9 years agoQrew Captain
If your [Employee Name] field is a User field, then you can do it by making the formula cantain an if that evaluates the current user:
If([Employee Name]=User(), "My button formula for employee agrees goes here", "")
That will show the button for only the user in the employee agrees section, otherwise it will be blank.
If([Employee Name]=User(), "My button formula for employee agrees goes here", "")
That will show the button for only the user in the employee agrees section, otherwise it will be blank.
AndreonnaGarret
9 years agoQrew Assistant Captain
Thank you! This appears to have worked perfectly!