Skip to main content
Nintex Community Menu Bar

Site Workflow start form Redirect is not working

  • February 2, 2021
  • 1 reply
  • 56 views

I've created a Site workflow that creates an item in a SharePoint list, and I would like to re-direct the user to the edit form for that list item once they submit the Site workflow.  The Submit button supports a Redirect URL, but it isn't working. The site workflow executes but then the user is taken back to the SharePoint home page. I am trying the most basic URL string for the Redirect URL, with no luck.

1 reply

hejones50
Forum|alt.badge.img+4
  • Novice
  • February 26, 2021

Do you mean create a new list item? If it's coming from a site workflow, it won't know which list item to edit.

 

I generally use the 'Redirect URL' feature in the form settings rather that on the button. Example below:

Be sure to change 'listname' to your internal list name of the required list.