Skip to main content

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.

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.


Reply