Forms Designer Groups
Posted: 06 Oct 2021
Hello,
I want to check, if user is in a sharepoint-group.
In the form there are two fields:
a) group-name as string (grouptxt)
and
b) group-name as user and group-field (groupusr)
I tried this:
Can you tell me the correct syntax?
Thank you again.
I want to check, if user is in a sharepoint-group.
In the form there are two fields:
a) group-name as string (grouptxt)
and
b) group-name as user and group-field (groupusr)
I tried this:
- IsCurrentUserMemberOfGroup([grouptxt])
IsCurrentUserMemberOfGroup([groupusr])
IsCurrentUserMemberOfGroup(‘grouptxt’)
IsCurrentUserMemberOfGroup(‘groupusr’)
Can you tell me the correct syntax?
Thank you again.