Hi Team, i the catalog item form level "select role" variable witch is "list collector  table(u_appl

AA6
Tera Contributor

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 

5 REPLIES 5

pavani_paluri
Giga Guru

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

Could you please provide more details 

Mark Manders
Mega Patron

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:

https://www.servicenow.com/community/sam-forum/hi-team-i-the-catalog-item-form-level-quot-select-rol...

https://www.servicenow.com/community/sam-forum/hi-team-i-the-catalog-item-form-level-quot-select-rol...

https://www.servicenow.com/community/sam-forum/hi-team-in-catalog-item-form-level-quot-select-role-q...

 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

AA6
Tera Contributor

Hi  

Mark Manders 
Kilo Patron

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.