Create incident when flow errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 09:11 PM
Hi All,
Looking for steps to create an incident when a flow errors so that the assignment group is notified that the flow errored. This is an integration flow.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 10:08 PM
Hi @CV1
1. Enable error handler in flow.
2. Add an action "Create Task"
3. Select table as "Incident" and field values as per your requirement.
Please mark my answer helpful and accept as a solution if it helped 👍✔️
Kavita Bhojane

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 10:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 12:46 AM
Hi @CV1
You can make use of Error Handler. Refer https://developer.servicenow.com/dev.do#!/learn/courses/utah/app_store_learnv2_flowdesigner_utah_flo...
Inside the error handler, make use of Create Record action to create an incident. Refer https://www.servicenow.com/community/developer-forum/create-incident-using-flow-designer/m-p/1610451
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2024 09:24 PM
Hi @CV1
If my response proved useful and helped you to solve your problem, can you please mark the answer as correct for others to follow.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.