Is it possible to create a rule on a Nintex Form to only display a section if the user is a member of a particular SharePoint group?
I know how to do it for individual names based on Current User, but would like to do it via group membership.
Is it possible to create a rule on a Nintex Form to only display a section if the user is a member of a particular SharePoint group?
I know how to do it for individual names based on Current User, but would like to do it via group membership.
Best answer by bamaeric
Hi Brent,
You can do this through a rule in Nintex Forms for Office 365. Create a Formatting rule in the forms designer, check the Hide box, and add the following to the Condition field in the rule:
not(fn-IsMemberOfGroup("Your SharePoint Group Name"))
This will hide the control(s) from a user if they are not part of that SharePoint group.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.