0
votes

I have a custom workflow with multiple users that can approve of a announcement. Currently, both must approve to remove the status of "in progress". Is there a workaround for this? There is no "OR" operator available in SharePoint and it's driving me up the wall.Here is the workflow at the moment:

If Current Item:Body not equals Current Item:PriorBody
Start Approval process on Current Item with User1; User2

Else if Current Item:PriorWorkflow equals Approved
Set workflow status to Approved

If Current Item:PriorWorkflow equals Rejected
Set workflow status to Rejected
2

2 Answers

0
votes

Have you tried a flexi task? you can set it to first response applies from the selected users.

0
votes

Try creating a SharePoint group. Add both users to that group and then reference the group in the workflow. If this is a custom workflow that should be an easy fix.