Manipulating Approvals without effecting the flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 04:10 AM
Hi all,
I have a business requirement. When approvals are raised from a flow designer, is it possible to add or modify the users in the approvals without affecting the existing flow that’s currently running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 12:37 AM - edited 11-13-2024 12:46 AM
Hi, I found a workaround and created a new flow in the design. This flow will be triggered when the record's state changes to "Send for Approval." I also added a "Send for Approval" button, which will help cancel the old flow and change the state to "Send for Approval." Additionally, the flow includes an action to delete the approval records that are marked as approved.
Script inside the UI action button
Flow condition and a action in the flow to delete the approval records
Script inside the Action