---
sourceDocument: Australia Build workflows
sourceDocumentLink: https://www.servicenow.com/docs/r/build-workflows

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build workflows

ft:clusterId :

    - crworkflow

bundleId :

    - crworkflow

workflow :

    - Creator


---

# Questionnaire activity

# Questionnaire activity {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read

Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Questionnaire activity

The Questionnaire activity in ServiceNow Playbooks enables collecting user inputs during a playbook run without needing to create a data definition or table.
It replaces the older Collect User Data activity, designed for scenarios where you do not require storing data in a table, reporting on the data, or using it outside the playbook.
Show full answer Show less  
Use the Questionnaire activity when you want to gather information temporarily within a playbook run, such as collecting a shipping address or capturing yes/no responses that influence subsequent playbook actions. If you already have a table to store data, prefer the User Form activity instead.

## Roles and Availability

This activity is available as a common activity. Users with the **admin** , **playbook.admin** , or **pdauthor** roles can add it to playbooks.

## Key Configuration Inputs

* **Label:** Title displayed on the activity and playbook card.
* **Description:** Information shown about the activity's purpose or outcome.
* **Run Condition:** Conditions that must be met to run the activity or stage, configurable using data from previous activities.
* **Start Rule:** Defines when the stage or activity starts, either immediately when the process or stage starts or after specific stages/activities complete.
* **Start with delay:** Option to delay the start of the activity or stage.
* **Questionnaire tab:** Where you add and edit questions for agents to respond to during the playbook run.
* **Assignment Group and Assigned To:** Specify which groups or users can access and edit the collected data. By default, these map to the assignment fields of the trigger record, granting access to assigned users.

## Outputs

The collected data is stored as a record reference output, allowing subsequent activities in the playbook to access user responses. Using the pill-picker, you can navigate to the collected variables for further use in the playbook workflow.

## Practical Use for ServiceNow Customers

This activity streamlines gathering user input during playbook executions without the overhead of managing data tables or definitions, ideal for temporary data needs within a process. It provides flexibility to:

* Prompt users with customizable questions during automation runs
* Control who can view and edit collected data via assignment settings
* Leverage collected answers to dynamically influence playbook flow

Overall, the Questionnaire activity simplifies interaction-driven playbooks, improving efficiency and user engagement during automated workflows.  
Collects inputs from a user during a playbook run to use later in the playbook.
The questionnaire activity replaces the Collect User Data activity, but does not require you to create a data definition. Use the questionnaire activity if:

* You don't have a table already,
* You don't need to run reports on the collected data,
* And you don't need to use the data outside of the playbook.

{#questionnaire-activity__ul_egs_1vr_m1c} If you already have a table to store the collected data, use the [User Form activity](https://www.servicenow.com/docs/A7Iyy~QMLV~qwyNPb7gn8g "Use this activity to surface a record to the end user. This activity requires you to select a table and record, and the desired form view that should be surfaced to the end user in your playbook. The end user can then interact with this record accordingly. Display a form during runtime to collect input values for your playbook.").

## Roles and availability {#questionnaire-activity__section_pwq_rb5_kcb}

This activity is available as a common activity. Users with the admin, playbook.admin, or pd_author can add this activity to a playbook.  
During a playbook run, you can use data definitions to potentially:

* Collect a shipping address, then reference the address when generating a shipping label.
* Ask the user "yes" or "no" questions, and determine subsequent activities based on the user's responses.
{#questionnaire-activity__ul_oh4_pfb_j1c}

## Common properties {#questionnaire-activity__section_yb4_zq3_plb}

These properties are common to all to activities in Playbooks.  
Open the activity properties panel and configure your activity to add values for the following inputs. If the input value varies, use the pill-picker to show where to get the value. To learn more about the pill-picker, see [Dot-walking examples](https://www.servicenow.com/docs/access?context=dot-walking-examples&version=australia&pubname=australia-platform-user-interface&ft:locale=en-US). {#questionnaire-activity__table_ajt_sr3_plb__entry__3}

| Input | Type | Description |
|-|-|-|
| Label | String | Title to display as activity and playbook card. |
| Description | String | Information to display about activity usage or outcome. |
| Run condition | Condition Builder | Conditions that must be met to run an activity or stage. You can use data from prior activities to build conditions. Note: Select Show additional options to see this field. |
| Start Rule | Choice | Under ScheduleStart Rule, select a start rule for when your stage should start running: * When process starts: Your stage starts running as soon as the playbook starts. * After specific stages: Your stage starts running after specified stage(s) have finished running. {#questionnaire-activity__ul_f4z_nq1_ppb}Under Schedule \> Start Rule, select a start rule for when your activity should start running: <!-- --> * When stage starts: Your activity starts running as soon as its stage starts running. Your stage starts running when your playbook is triggered. * After specific activities: Your activity starts running after specified activities have finished running. {#questionnaire-activity__ul_zzc_3ls_m1c} |
| Start with delay | True/False | Option to wait for a duration of time before running an activity or stage. When enabled, this input displays the [Start with delay input properties](https://www.servicenow.com/docs/EdInaaLAHZCnrBcJbs96Lw "Specify a duration of time to wait before running an activity or a stage whose start rule and conditions have been met. Give users time to act during automated playbooks. Give users time to wait for a specific date and time to complete actions."). Note: Select Show additional options to see this field. |
[ ]

{#questionnaire-activity__table_ajt_sr3_plb}

## Questionnaire {#questionnaire-activity__section_dxf_l4v_cbc}

In the Questionnaire tab, you can:

* Add questions for agents to respond to,
* Edit existing questionnaires.

{#questionnaire-activity__ul_s2t_jwv_cbc}To learn more about adding or configuring questions, see [Create a new questionnaire](https://www.servicenow.com/docs/Grus7miTTWOmVnedYluHGQ "Create and insert a new questionnaire for agents to respond to.").

## Inputs

Many of these inputs are common to activities in Playbooks.  
After configuring the required inputs for your activity, you can also choose to configure additional inputs. In the side panel, select Show additional options to display these advanced inputs. For more information, see [Activity experience](https://www.servicenow.com/docs/aEvbv54ObgcCjjhXabvx8w#activity-definitions__activity-experience). {#questionnaire-activity__entry__21}

| Input | Type | Description |
|-|-|-|
| Assignment Group for this Process Step | Reference.Group \[sys_user_group\] | Assignment group allowed to perform this playbook activity. If you don't set any values for Assignment Group or Assigned To, any user can read and edit the collected data. The Assignment group and Assigned to fields limit who has access to do so. To specify only individual users, use the Assigned To field. The same users do not need to be specified in both fields. Note: By default, these fields are mapped to the Assignment Group and Assigned To fields of the trigger record. This means that users assigned to work on the parent record have access to submit, view and edit the collected data by default. |
| Assigned to this Process Step | Reference.User \[sys_user\] | User allowed to perform this playbook activity. If you don't set any values for Assignment Group or Assigned To, any user can read and edit the collected data. The Assignment group and Assigned to fields limit who has access to do so. To specify only individual users, use the Assigned To field. The same users do not need to be specified in both fields. Note: By default, these fields are mapped to the Assignment Group and Assigned To fields of the trigger record. This means that users assigned to work on the parent record have access to submit, view and edit the collected data by default. |
[ ]

## Outputs {#questionnaire-activity__section_unx_fr3_plb}

These outputs can provide data to other activities in your playbook. You can access this data as activity inputs when you configure your activity: {#questionnaire-activity__table_mv2_rr3_plb__entry__3}

| Output | Type | Description |
|-|-|-|
| Record | Reference.Flow Data | Reference to record containing collected data. Use the pill-picker to dot-walk to OutputsRecordVars to see all collected data. To learn more about the pill-picker, see [Dot-walking examples](https://www.servicenow.com/docs/access?context=dot-walking-examples&version=australia&pubname=australia-platform-user-interface&ft:locale=en-US). |
[ ]

{#questionnaire-activity__table_mv2_rr3_plb}
* **[Create a questionnaire](https://www.servicenow.com/docs/Grus7miTTWOmVnedYluHGQ)**   
  Create and insert a new questionnaire for agents to respond to.

*[\>]: and then


