- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2022 08:30 AM
Hello Everyone,
I am looking at a use case where every order that gets submitted should gets approval from users based on their roles i.e. only users who have role xyz should be the approvers of the record.
The 'Ask for approval' action in flow designer doesnt has the feature to add approvers based on role.
Any suggestions?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2022 09:02 AM
You can create a custom action which returns list of approvers who has particular role.
Output of this custom action can be used in ask for approval action in your flow.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 06:09 PM
@GBS I followed the subflow approvals video by @rfedoruk here https://www.youtube.com/watch?v=nqKAQg9hZUI to achieve it.