From List Collector variable having list of users and need to send approvals to users managers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 05:42 AM
Hi All,
I am have requirement in a catalog items there is list collector variable if we select list of users then send approvals to users managers using flow designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 09:46 PM
Hi @MGR ,
For illustration purpose, the user variable in catalog is "Select users (select_users)" and the type specification is as shown in the below screenshot.
Now create a flow as shown in the screenshots below.
Note: This will trigger the Approval and waits for the approval request to be completed to trigger the approval for next user manager.
If you want to trigger the Approvals Simultaneously to all the user managers, you can move the step 3 to a sub flow with User record and RITM as inputs and Approval status as outputs, like the one below.
And use this sub flow in the main flow in place of step3 as shown below.
Thanks,
Anvesh
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2023 06:23 AM
Hi Anvesh,
Am getting this error after executing flow>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2023 06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2023 10:15 PM
Hi @AnveshKumar M ,
I tried with your solution using the subflow.
But in the for each, its showing zero even though I have selected multiple names. Can you please help me with this?