- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 05:57 AM
I want to pass flow name , Error code, and Error message as input to the sub-flow
*In sub flow there should be a logic to send notification
Example email subject : There is error occurred while running flow <*flow name*>(should be dynamic)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 02:49 AM
Hi @Kishor O, You can create a subflow with the inputs and add action 'Send Email' to the workflow.
2. Configure the mainflow with the 'Error Handler' subflow.
Look up record in the 'Flow Engine Context' table with the source record as the Trigger Record.
Dot walk to the look up record 'Name' to configure it to the subflow.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 02:49 AM
Hi @Kishor O, You can create a subflow with the inputs and add action 'Send Email' to the workflow.
2. Configure the mainflow with the 'Error Handler' subflow.
Look up record in the 'Flow Engine Context' table with the source record as the Trigger Record.
Dot walk to the look up record 'Name' to configure it to the subflow.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 03:06 AM
Love the way you explain 🙂 @SunilKumar_P
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
02-14-2024 03:19 AM
@Dr Atul G- LNG, Thanks for the compliment😊 Glad that I could help.