Comments
If I understand correctly, you've setup a workflow where you have multiple approvers getting the same approval notification at the same time, but only 1 person needs to approve. If this was the case, you had to alter the standard condition and made the step where the document is released to Always run. The problem here is that the standard response expects the pending approval condition to be zero hence it doesn't run a critical step "Approve the approval request for the record." What this step does is, it'll go through each open approval entry for the record and close them out as if approved. This same step will also notify the approver that the record has been approved. Edit your workflow and add the missing step to the line where the release document resides and you should be good to go.
Hi Laura,If you're using workflow user groups to do this, then what you're asking for might be doable. Simply give the 3rd approval step users the same sequence, so they can all receive the notification at the same time. Change the final condition from Pending Approvals: 0 to 1, assuming there are only 3 left who must approve, and 2 out of the 3 must approve which will leave you with 1. In the Response for this step, add an "Approve the approval request for the record.". This will find and approve the remaining approvals. If you have 5, for example, and you need 3 out of 5 to approve, then set the Pending Approvals value to 2.
