isMemberofGroup

Use the isMemberofGroup function to check if the current user is a member of a specific SharePoint group.

Note: This function is not supported in Nintex Mobile

Function format

isMemberofGroup(Text group name)

  • Group name: the name of the SharePoint group that is checked to determine if the current user is a member of it.

isMemberofGroup example

In our example, the current user is a member of the SharePoint group Site Owners.

isMemberofGroup("Site Owners")

The formula returns the Boolean value True.