Nintex for Office 365 Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
Kaylan, Andrew points out the missing part in mine - "?List . . .&ID={ItemID}" for a list workflow. I must have pulled the method for a Site workflow not a list workflow. Once you provide the ListID & the ItemID you should be good.
hi there,
I can see there is a difference between people who are using HTML to program the button and people who just want to start the workflow by pushing a button on a webpage.
Does anyone know if you can start the workflow with a button (without having to learn / edit) HTML code?
Thank you
Best regards
John
John, you can use the Add Custom Action method my replies refer to. This let's you add a custom action to the SharePoint ribbon. You will need the free SharePoint Designer to make the necessary edits though. You don't need any programming to start the workflow since any workflows associated with the list/lib will be available in a pull-down list.
Nintex has documentation on this if I recall correctly.
Good luck
Thanks Gerard, I will attempt to implement this solution (although I may come back with questions!)