How to create problem record automatically once the incident is closed by using flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 09:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 09:39 AM
Hi Kiran,
Please refer the below link to create it using flow
https://www.youtube.com/watch?v=HkooFpwFjeI
The same can be achieved through business rule too. here is the link for your reference.
Please mark this comment as Helpful if it helped you.
Cheers,
Salma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 09:42 AM
Hi Kiran,
Please refer the below link to create it using flow
https://www.youtube.com/watch?v=HkooFpwFjeI
The same can be achieved through business rule too. here is the link for your reference.
Please mark this comment as Helpful if it helped you.
Cheers,
Salma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 10:53 AM
Hi @kiran115 ,
To automatically create a Problem record when an Incident is closed in ServiceNow, you can use Flow Designer .
Step 1: Open Flow Designer
step 2: Configure the Flow
Name the flow “Create Problem on Incident Closure.”
click on add trigger :
put trigger : updated
In the Table field, select Incident.
In the Trigger Conditions, set the condition to trigger when the state of the incident changes to closed.
[State] -> [changes to] -> [Closed].
Step 3: Add Action to Create Problem Record :
After the trigger is set, click on Add an Action. In the Action selection, search for and select Create Record.
In the Table field, choose Problem. Now, map the fields from the closed Incident to the Problem record. For example: Short description: Copy the incident's short description. Description: Copy the incident’s description. You can add other fields like assignment group or category from the incident if needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 11:13 AM - edited 10-18-2024 11:13 AM
Hi @kiran115 ,
Example below
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda