Flow designer - approvals
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 11:13 AM
Hi everyone,
I want to put two levels of approvals in RITM using flow designer.
Approval trigger to the requester - if he approves - update RITM,
- if he rejects then update RITM
- if no action taken for 2 weeks time then it should trigger the same approval of RITM to requesters manager.
can anyone please help on this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 09:36 AM
I would recommend drawing this flow out out on a piece of paper so you can visualize exactly what needs to happen. Don't be afraid to play around in flow designer either! Spin up a PDI and try to do it yourself.
Trigger: RITM submitted
Actions:
- Ask for Approval (to Requester on Trigger record)
- If (Action 1 == Approved):
- Update RITM
- Else (handles Rejection or Skipped or any other state; you can specify Else If Action 1 == Rejected and also build in a separate Else if you want)
- Update RITM
- Wait for a duration of time (Flow Logic)
- Ask for Approval (Trigger > Requester > Manager)