Skip to main content
Nintex Community Menu Bar

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

  • December 31, 2015
  • 2 replies
  • 16 views

Forum|alt.badge.img+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

Forum|alt.badge.img+16
  • January 1, 2016

rhia
Nintex Partner
Forum|alt.badge.img+15
  • Nintex Partner
  • June 16, 2017

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))"