---
sourceDocument: Australia Conversational Interfaces
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/conversational-interfaces

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Conversational Interfaces

ft:clusterId :

    - convint

bundleId :

    - convint

workflow :

    - Platform


---

# Add actions or subflows to topics

# Add actions or subflows to Virtual Agent topics {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 Minuten Lesedauer

Use the Action utility to integrate ServiceNow
Workflow Studio workflows in Virtual Agent topics. The Action utility node triggers the required Workflow Studio workflows used in the Virtual Agent conversation.

## Vorbereitungen

If you don't already have a Virtual Agent topic, create one. For more information, see [Create a Virtual Agent topic](https://servicenow-prod.fluidtopics.net/l7I4pYbsOhW0Uro3rwhTCg "Use Virtual Agent Designer to create and modify Virtual Agent topics (conversations). Build your topic to meet a specific objective or goal, such as fulfilling a user's request or helping a user complete a task.").  
Become familiar with the following features:

* Workflow Studio concepts and tasks. For more information, see [Workflow Studio](https://www.servicenow.com/docs/access?context=workflow-studio&version=australia&pubname=australia-build-workflows&ft:locale=en-US).
* Virtual Agent DesignerAssistant Designer utilities, such as the Lookup utility, and the Script Action utility.

  Use these utilities to control the actions within the Virtual Agent conversation. For more information about these utilities, see [Assistant Designer utilities](https://servicenow-prod.fluidtopics.net/JUhXlSQRcmoFbosf6TDEWA "You can control interactions within a topic by using utilities in Assistant Designer. These utilities perform various actions such as adding topic blocks (reusable components), running a script, or adding different conversation paths (branches) in a topic. Utilities are represented as nodes in a conversation flow but do not display anything to the user.").
* Virtual Agent controls. You may be asked to enter any of the following:
  * Text strings
  * Data pills
  * Strings with embedded data pills
  * Scripts that return strings

  {#setup-flow-designer-va-properties__ul_z3h_tfh_14b}

  For more information, see [Assistant Designer controls](https://servicenow-prod.fluidtopics.net/Z~VXBLGToTiZ0af5mXLpfA "A Virtual Agent topic consists of a collection of controls within a topic flow. Use these controls to collect, process, and present information to your users. Controls can also read, create, and update records on your instance.").
{#setup-flow-designer-va-properties__ul_x5b_p13_knb}  
Hinweis:  
If you have turned on and set up Now Assist in Virtual Agent, you can work with conversational actions and subflows from the Virtual Agent Designer home page. For more information on conversational actions and subflows, see [Conversational actions](https://www.servicenow.com/docs/access?context=conversational-actions&version=australia&pubname=australia-build-workflows&ft:locale=en-US) and [Conversational subflows](https://www.servicenow.com/docs/access?context=conversational-subflows&version=australia&pubname=australia-build-workflows&ft:locale=en-US). You can still integrate actions and subflows that are not conversational from Workflow Studio into Virtual Agent topics via Virtual Agent Designer. The following content is only relevant to actions or subflows that can't be made conversational in Workflow Studio.

Role required: virtual_agent_admin or admin

## Prozedur

1. Navigate to AllConversational InterfacesVirtual AgentDesigner, and in the Asset library, select the topic that you want to use.
2. From the Utilities section of the palette, drag the Action utility icon ![]() onto the canvas at the appropriate location on the conversation flow.  
   The Action utility is now a node in the conversation flow, and the Action utility properties panel appears.
3. On the properties sheet, fill in the fields.  
   {#setup-flow-designer-va-properties__action-utility-properties-sheet-table__entry__2}

   | Property | Description |
   |-|-|
   | Node name | The name of this Action node. |
   | Invoke Workflow Studio asset | Select one of the following Workflow Studio components: * Action: A reusable operation. * Subflow: An automated process that consists of a sequence of reusable actions, data inputs, and outputs. {#setup-flow-designer-va-properties__ul_rqg_2pc_nqb} |
   | Spoke | Name of the scoped application that contains Workflow Studio content that is dedicated to a particular application or record type. For a list of default spokes, see [Spokes](https://www.servicenow.com/docs/access?context=spokes&version=australia&pubname=australia-build-workflows&ft:locale=en-US). |
   | Action/Subflow | The Workflow Studio action or subflow to be performed in the instance. The Input mapping and Output mapping areas change depending on your selection. For details about the action, select the link beneath your selection to view it in Workflow Studio. |
   | Wait for response? | Toggle switch that determines whether Virtual Agent waits for a response from the specified action before continuing. |
   | Input mapping | Specifies the variables to be used as input to the selected action. The contents of this area change according to the action that you selected. Options may include string input, referenced records, scripts, and so on. For options that require a password, enable the Include a password input toggle switch to prompt the user for a password. Secure inputs must use the password2 data type. Input is securely masked and not viewable by others. Hinweis: The Array.Reference input data type in Virtual Agent Designer corresponds to the List.\[Table\] input data type in Workflow Studio. For more information, see [Action input and output data types](https://www.servicenow.com/docs/access?context=action-inputs-outputs&version=australia&pubname=australia-build-workflows&ft:locale=en-US). |
   | Output mapping | Specifies the variables to be output by the selected action. The contents of this area change according to the action that you selected. |
   | Advanced (optional) ||
   | Permissions ||
   | Run as | Permissions to use for the action. Select one of the following options: * User who initiates session: When selected, the action runs using the same permissions that the current user has. * System User: When selected, the action runs using system privileges, some of which may be unavailable to the current user. {#setup-flow-designer-va-properties__ul_yrr_hrc_nqb} |
   | Hide this node ||
   | Conditionally show this node if | No-code condition statement or low-code script that specifies a condition for presenting this node in the conversation. The condition must evaluate to true. |
   [Tabelle : 1. Action utility properties sheet]

   {#setup-flow-designer-va-properties__action-utility-properties-sheet-table}
4. Select Save.
{#setup-flow-designer-va-properties__steps_xzv_r23_knb}

