Hi,
I'm creating multiple approval requests with time out. after all outcome = approve, it will send an email saying all approved. and after all approvals timed out, it also send an email saying it has timed out. I also wants to send email after some approvals = approve, and some are timed out but i'm not sure what's the best way to do that.
The 'Approval Timed Out' step only runs if all the approvals has timed out (run after configure only works how i want it if i click has failed), so if at least 1 approver approves, this step is skipped. and if not all outcome = approve, there will be no notification at all.