Skip to main content
Nintex Community Menu Bar

submit redirect based on if user is in group

  • May 28, 2017
  • 4 replies
  • 21 views

Forum|alt.badge.img+7

Is it possible to redirect a user when they click on the submit button based on SharePoint group membership?

I tried using the redirect link in the advanced settings with the formula 

fn-If(fn-IsMemberOfGroup(groupname), site url if in group, site url if not in group)
however this results in an error when the submit button is clicked. 
thanks!

4 replies

Forum|alt.badge.img+9

Hi Leah Giambartolomei,

Use quotes for group name and urls like fn-If(fn-IsMemberOfGroup('Demand Owners'),'SiteUrl1','SiteUrl2'), and Publish the form and test it.

 

Thanks,

Lakshmi Narayana C


Forum|alt.badge.img+9

Did you able to resolve it..?


Forum|alt.badge.img+7
  • Author
  • June 13, 2017

Sorry I have not been able to try yet. I will update as soon as I do!!


Forum|alt.badge.img+7
  • Author
  • September 29, 2017

I finally got around to fixing this. The redirect now works if the form is submitted from edit mode or a new item is created from the list. It does not however work from the Nintex form web part.