Hi Team, i the catalog item form level "select role" variable witch is "list collector table(u_appl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 08:00 AM
Hi Team, i the catalog item form level "select role" variable witch is "list collector table(u_application_role ) table based on select records need to trigger approvals with record assignment group. After approving all the approval need trigger two catalog tasks in flow designer Please help on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 12:22 PM
Hi @AA6 ,
- Add an Action: Script to loop over selected roles in select_role.
- Loop Over Each Role (For Each).
- Inside loop, Look Up Record for each role.
- Then use Ask for Approval where you can use Assignment Group from the u_application_role record.
- Add Wait for Condition till all the approvals are complete.
- Then you can create catalog tasks using actions if parallel you can use "do the parallel" logic.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Pavani P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2025 01:33 AM
Could you please provide more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2025 01:47 AM
It doesn't really help that you ask the same thing 3 times and don't provide any information on what you already tried and where you are stuck, or tell us what was already suggested by others:
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2025 02:00 AM
Hi
thank you for your reply, my requirement is we have catalog item need to trigger one approval for requested for manager that i have completed . after that catalog item form level "select role" variable type "list collector " and that variable is reference to table(u_application_role ) table based on select records need to trigger approvals with record assignment group. After approving all the approval need trigger two catalog tasks in flow designer here i am struck please help with clear information.