Skip to main content
Nintex Community Menu Bar

Field Options per user group using Nintex form

  • January 17, 2020
  • 1 reply
  • 5 views

Forum|alt.badge.img

We are trying to figure out if we can display a specific number of options in a field per a specific user group. Example: SP1 Group can see options a,b and C while SP2 group can see a, b, c, d, and e. Has anyone run across a solution for this requirement?

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • January 20, 2020
Hi,

You can use the runtime function fn-IsMemberOfGroup("SharePointGroupName") to show or hide controls based on group membership.