Hello All,
This workflow requires multiple departments to complete approvals before an employee’s last working day after the employee submits a request via Power Apps. If a request is submitted more than 60 days in advance, we run into 30-day timeout issues. How should I break up the flows so that:
- Flow A: Create an approval → update items in SharePoint (store the Approval ID) → then complete.
- Flow B: Run daily to check whether Flow A already has an approval record; if yes, update the SharePoint items (Approver Name, Approval Time, Approval Outcome). (Maybe use "Do Until" action to let the process could last more than 30 days)
- Flow C: Run daily to check whether all approvers covered in Flow B have approved; if so, send the final Create an approval to the last department.
Here is part of the Flow A, is there any ideas to split the main flow into 2 or 3 flows?
I met an issue that "wait for an approval" has timed out... and be completed automatically.
Any input would be appreciated. Thank you all!