Based on field choices trigger different approvals in Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 04:12 AM
Hello forks, I've a catalog item with a select box field. In that field there are 20 choices and for 20 choices there will be 20 different users approval. No choice has same approval. How can this achieve using flow designer.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 04:22 AM
Hi @Avee90
1. 20 choices is not a good practice, Try to use the reference field
2. You need to use If else condition.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 04:41 AM
Hi, one more approach create a 'decision table' and configure the choice and approval grp/approver. Use the table in script action and call approval based on the choice
Before create a custom table check the license subscription and check the custom table limit.
Suresh.