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

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Conversational Interfaces

ft:clusterId :

    - convint

bundleId :

    - convint

workflow :

    - Platform


---

# Secure custom input properties sheet

# Secure custom input properties sheet {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

Use this sheet to specify secure inputs, such as a password, in a custom input control
in Virtual Agent.
Importante:  
To implement secure (password2) inputs in your Virtual Agent custom control, you must adhere to the scoped application requirements in Workflow Studio. For details, see [Workflow Studio scoped application requirements for secure inputs](https://servicenow-prod.fluidtopics.net/bXO17vnPxWs0ftpJTdJ_hg "Adhere to the following scoped application requirements to implement secure (password2) inputs in your Virtual Agent topics.").

## Secure custom input properties sheet {#secure-custom-input-properties-form__section_fks_jl2_nsb}

{#secure-custom-input-properties-form__table_jmw_bn2_dmb__entry__2}

| Secure custom input property | Description |
|-|-|
| Custom Control Definition | List of custom control definitions for the controls. Select the definition that defines how the control is rendered for the channel in which it runs. |
| Generate Control Data Function | Script function that provides the data used to render the custom control. For example, if you're asking for one or more passwords, you would define the values for each password. |
| Transcript Function | Script function that provides the message recorded in the transcript. For example, a message for an input control could confirm that the control is rendered with specific data values. |
| Non-supported channel response message | Default fallback message that is displayed when a user is running the control on an unsupported channel. |
| Invoke Workflow Studio asset | The Workflow Studio action or subflow that secure inputs from the custom control can be passed into. For more information about Workflow Studio actions and subflows, see [Actions](https://www.servicenow.com/docs/access?context=flow-actions&version=australia&pubname=australia-build-workflows&ft:locale=en-US) and [Subflows](https://www.servicenow.com/docs/access?context=subflows&version=australia&pubname=australia-build-workflows&ft:locale=en-US). |
| 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 or subflow, click the link beneath your selection to view it in Workflow Studio. |
| Input mapping | Specifies the variables to be used as input to the selected action. The check boxes for secure fields (password2 type) are selected automatically, which makes them mandatory. If you select the check box for a String field, it will be mandatory, but not secure. Only fields that use the password2 data type are secure. For each selected field, provide the corresponding input response variable name that is specified in the action or subflow. For example, a Workflow Studio action contains an oldPassword input and a newPassword input. The input response object looks like this: { "old_password": "1234", "new_password": "5678" } In this example, enter <kbd class="ph userinput">old_password</kbd> for the oldPassword property, and then enter <kbd class="ph userinput">new_password</kbd> for the newPassword property. |
| Output mapping | Specifies the variables to be output by the selected action. The contents of this area change according to the action 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. {#secure-custom-input-properties-form__ul_yrr_hrc_nqb} |
| Hide or skip 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. |
| Allow user to skip this node if | No-code condition statement or low-code script that specifies a condition for letting users skip this node in the conversation. The condition must evaluate to true. You can set this field using either the condition builder or a script. |
[ ]

{#secure-custom-input-properties-form__table_jmw_bn2_dmb}
**Tópicos relacionados**   

* [Workflow Studio Actions](https://www.servicenow.com/docs/access?context=flow-actions&version=australia&pubname=australia-build-workflows&ft:locale=en-US)
* [Workflow Studio Subflows](https://www.servicenow.com/docs/access?context=subflows&version=australia&pubname=australia-build-workflows&ft:locale=en-US)
* [Password (2 Way Encrypted) design considerations](https://www.servicenow.com/docs/access?context=password-2-data&version=australia&pubname=australia-build-workflows&ft:locale=en-US)

