I have a Nintex form where there is a panel that should be locked down in edit mode unless the person editing the form is a member of one of five groups. I read that this fn-IsMemberOfGroup function is limited to only two groups.
This caused an error in the form - where some of the other approvers received an “this item had not been shared with you error”...
fn-Or(fn-Or(fn-Or(fn-Or(fn-IsMemberOfGroup(“Group1”),fn-IsMemberOf(“Group2”)),fn-IsMemberOfGroup(“Group3”), fn-IsMemberOfGroup(“Group 4”),fn-IsMemberOfGroup(“Group 5”))))) && Is Edit Mode
Basically, we don’t want the Created By/Requestor and their “manager” (a people picker field) to edit that panel...if the fn-IsMemberOfGroup is limited to only two groups - is there a different rule I can use to prevent the requestor in updating that panel?
