We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Ask for approval

Kanimitha S
Kilo Guru

Hi,

I have doubt to creat "Ask for Approval " action. Actually, I have created an catalog item and now I am creating flow design to automate approval. So, my requirement is, approvals need to trigger to the owner of the Application based upon the application selected by the user. The application variable type is List collector. For eg. If user selected 3 applications, approvers need to trigger for those 3 owner of an selected application. Kindly guide me step by step to create this.

 

3 REPLIES 3

Ankur Bawiskar
Tera Patron

@Kanimitha S 

it's an easy requirement.

you want those to be sequential or parallel?

check my blog

Using list collector in Flow Designer 'For Each loop' by converting string into array of string 

check tihs

flow designer catalog workflow- Approval from each CI owner selected on the catalog form 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

yashkamde
Mega Sage

Hello @Kanimitha S ,

 

Refer this :

For Each Logic In Flow Designer 

 

If my response helped mark as helpful and accept the solution.

Tejas Adhalrao
Kilo Sage

hi @Kanimitha S  ,

Since your Application variable is a List Collector, you'll need to loop through each selected application.

A simple approach is:

  1. Trigger the flow when the Catalog Item is submitted.

  2. Use a For Each action to iterate through the selected applications.

  3. For each application, retrieve its Owner.

  4. Use the Ask for Approval action and set the approver to that Owner.

  5. The loop will create a separate approval for each application's owner.

If you found my solution helpful, please mark it as Helpful and Accept Solution. This helps others in the community find the answer more easily.