I am new to nintex forms. I wanted to know if can nintex forms can controle diffrent permissions and diffrent views. If yes how can that be done ?
Thank you so much in advance
Hi Sharadha,
in Nintex Forms, you can add Rules to controls, so that they only show, if the current user is a member of a particular SharePoint group.
Either on a single control or a Panel, open the settings and click on Appearance. You'll see the Visible and Enabled are set to Yes. If you drop down one of those, you'll find Expression. Click on that and build an expression.
You can use an inline function call IsMemberOfGroup here.
Vadim
thank you so much !!!