Flow Designer Incident Creation Issue. Blank "Affected CI" Field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2023 12:55 AM - edited ‎12-20-2023 01:08 AM
Hi, Just wanna ask something about incident creation via Flow Designer
I've used "Create Task" action for this with the following parameters. Action: Create Task
Table: Incident [incident]
Field Values:
Short description : "Test"
Affected CI : Look Up Record - Process Job Record - Process Name (Data Pill)
The above action successfully creates an Incident entry to the Incident [incident] table.
However, the problem is the Affected CI field remains blank. I've checked the "Process Name" data pill and saw that it has a valid value (ie it is selectable when you manually create an incident report via flows).
What could be causing this? (Is it because the field is a drop down field?)
And is there a workaround for this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2023 05:56 AM
Hi @LCuesta, If you want to create a record in Incident table, why cant you go with 'Create Record' action. 'Create Record' action allows you to create a record on any table.
I see the below definition for the Create Task action in the ServiceNow docs site.
Create a task on a ServiceNow task table. After you choose the task table, you can dynamically select the fields to configure the action. Defining the Parent field associates the task to a parent record.
Regards,
Sunil