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...
Anonymous
Feb 02, 2018Depends how the workflow is designed, but if it's using approval process steps then a task is created to each assigned step, so without actually firing off the event that completes these tasks you can't approve more than one at a time OOTB. Some form of script that iterates through the tasks and completes them, or 3rd party programming would have to be done.