How do you validate if a user is NOT a member of a group?

  • 31 December 2015
  • 2 replies
  • 3 views

Badge +1

I need to disable a field to all users that are not a part of one particular group. What I've used before to validate if a user is a group member was:

 

fn-IsMemberOfGroup(GroupName)

 

How would I modify that to see if the user is not a part of a particular group?

 

Thanks,

Lauren


2 replies

Userlevel 6
Badge +16

Take a look at this >>> Nintex: Check if a user is a member of a SharePoint group

Userlevel 6
Badge +15

Hi Lauren Kolmer‌ - this is kind of an old question so I'm sure you've got it by now, but I'd think you'd just say "not(fn-IsMemberOfGroup(GroupName))"

Reply