- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
https://www.servicenow.com/community/developer-forum/call-one-flow-action-from-another/m-p/2595501
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
10 hours ago
you can use "Dynamic Flow" flow logic
Then call your 2nd flow
Then after this you can use "Get Flow Outputs" to get the output in your main flow and then use it
Refer below link
Get started with Dynamic Flow and Get Flow Outputs
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
https://www.servicenow.com/community/developer-forum/call-one-flow-action-from-another/m-p/2595501
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
11 hours ago
Action 1 output can be fetched in flow and then call another action in same flow which and pass output from action 1 to action 2.
action1 ——->flow———>action2
Please mark the answer correct/helpful accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
Flow Designer, you can use the output of one Flow Action in another Flow Action by leveraging variables (outputs) from the first action and passing them as inputs to the second action.
1. Create Flow Variable
After the first action , create a Flow Variable to store the output.
Example: Create a variable
2. Store Output in Flow Variable
In the first action store the sys_id output in the Flow Variable
3. Use Flow Variable in Next Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
Please refer below link
Exploring Dynamic Flow and Get Flow Output Logic in ServiceNow Flow Designer
Assign subflow outputs flow logic
Thanks,
Vignesh
"If this solution resolves your issue, kindly mark it as correct."