- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2024 10:31 PM
Hi all,
I'm trying to make a Flow, which triggered by Service Catalog ( where my application form is), I want to make this flow approved as order as below:
1. approved by approver
2. accepted by manager
3. approved by manager ←the RITM should be closed here.
or
1. remanded by approver ← once there are someone remanded the RITM should be closed.
or
1. approved by approver
2. remanded by manager ←the RITM should be closed.
So I made a Decision Table to make the order and stages to my Request Item,
however I'm not sure how to put the Decision Table, Ask for Approvals, Send Email, Update Records, Sub Flows in correctly orders in my Flow.
Would appreciate for advices and examples.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 06:17 AM
Hi @shog
Each decision table answer produces a separate branch path within Flow Designer. Decision tables accept any number of inputs and support any number of decisions. You can configure the Make a decision flow logic to return a single or multiple answers and to display the answers as branch paths or record data pills.
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
03-04-2024 06:17 AM
Hi @shog
Each decision table answer produces a separate branch path within Flow Designer. Decision tables accept any number of inputs and support any number of decisions. You can configure the Make a decision flow logic to return a single or multiple answers and to display the answers as branch paths or record data pills.
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
03-10-2024 10:45 PM
Hi AG,
Thank you for replying! I will try to use the Make a decision logic to get my flow run correctly.