Forum Discussion
Sent back to creator for approval
You can definitely handle this with a single list and a single flow using conditional logic. Here’s one way to approach it:
Use columns like ManagerApproval, FinanceApproval, and DeliveryConfirmed.
After the first approval (manager), set a status like "Approved – Pending Delivery".
Use the same flow (or a separate one triggered by a column update) to then send the second approval request to the finance department.
To ensure the final confirmation comes from the original requester, use the Created By dynamic content when assigning the second approval.
Also, instead of creating a new item in another list (which makes it look like you created it), continue updating the same item in stages.
If your flow isn’t triggering correctly on the second stage, double-check:
The trigger conditions (e.g., "When an item is modified").
That the correct status or field is updated to kick off the second approval.
Let me know if you'd like a sample flow structure — happy to share!