ismemberofgroup limited to a single group
Instead of only being able to pass a single group to isMemberOfGroup, maybe allow passing multiple groups. It would be useful to hide controls/panels from more then two groups. Currently it doesn't seem possible to do this.
9
votes

Thanks for your suggestion.
I will update this idea if there are any updates to share.
Cheers,
Euan
-
Anonymous commented
Maybe late to the party but this worked for me as a form variable:
Or(fn-IsMemberOfGroup('GroupA'),fn-IsMemberOfGroup('GroupB'))