Create a task with the flow designer

egiugovaz
Kilo Contributor

I have a record producer that once submitted needs to create some tasks/forms (depending on some variables) to be assigned to another user. Example: Requester submits the record producer, if a variable is true a task will be created and assigned to the approver/fulfiller.

The task needs to have custom fields so I thought of creating a new table and set the "Extends Table" field to "Task".

How do I go about using the Flow Designer Action? As action I can find only the "Create Catalog Task", not my custom table.

Be patient, I'm new to ServiceNow ðŸ˜…  

 

1 REPLY 1

Rishabh10
Tera Contributor

Hi,

 

From what I understand, if a certain 'variable' == true, you need to trigger a flow to create a task on the custom table which, I assume, must have been configured separately.

You can trigger your flow based on conditions, and use the Create Record action to create the task on the table of your choosing. It also allows you to set the fields as per your requirement like Assignment Group or User

 

Rishabh10_0-1689640356340.png

Rishabh10_1-1689640709306.png

 

Regards, 

RN