Forum Discussion
Anonymous
Feb 02, 2018Can I approve multiple SharePoint requests at once?
We have a request process created in SharePoint using a fairly complex approval process created in SharePoint Designer. There's a workflow with multiple approvers... the final approver might have a f...
Feb 02, 2018
As Christopher says, you will need to take advantage of the workflow client side object model that allows you to run a workflow from client side code...so basically what you can do is just add some code on a content editor webpart (only for classic view in document libraries) that you place in the desired list view that calls the workflow API to run the workflow on several instance at the same time. If you require to do the same on a modern list, you will need to explore SPFx extensions to try to do the same