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