Hi
I’ve got an Action button on a form that is hidden according to Status and the users roles, there are already a number of conditions in the Hide When formula. I need to add another condition and could do with some guidance.
I have a field in the form ‘DirectorName’ the action button needs to be hidden if the User accessing the form is also the name in the ‘DirectorName’ field. Not sure how to go about this? I’ve included the current code below
Any help appreciated, thanks in advance
@If(Status=“Awaiting Low Risk Confirmation” & @IsMember(“[Group Leader]”; @UserRoles);@False;Status=“Awaiting Low Risk Confirmation” & @IsMember(“[Admin]”; @UserRoles);@False;
@IsMember(Author; ConRevPart); @True;
@True)