Hi Asif,
I looked at Fiddler while starting a workflow but I couldn't see how the workflow was starting to be able to get the URL.
What I ended up doing was creating a menu item with SharePoint Designer to start the workflow .
This tutorial is for 2010 but log into your O365 tenanat and the steps are the same.
https://nikpatel.net/2010/08/03/create-custom-list-item-menu-using-sharepoint-designer-2010/
I then started the workflow from the menu item and was able to see how the workrflow started using Fiddler and I was able to manipulate the URL to start the workflow on any item I wished.
URL looks similar to this.
https://TenatURL/Site/_layouts/15/wfstart.aspx?List=%7B8FC81C42%2D8A45%2D4DA9%2DB1FB%2DC99BD32177A3%7D&ID=4&TemplateID=44CD0BEB-852A-4FD1-9CC7-C95C7FEFF4FE&SubscriptionID=ADDCFE0D-C76D-430D-B5CB-367435F3CB7F
I just changed the ID and the workflow would run on any item by entering the URL into a web browser.
Hi,
Would you have another url for the same or a similar tutorial ?
The one here is now linked to a suspended account and not available anymore.
Thanks a lot 🙂