Skip to main content
Loading...
Skip to article
  • Qualtrics Platform
    Qualtrics Platform
  • Customer Journey Optimizer
    Customer Journey Optimizer
  • XM Discover
    XM Discover
  • Qualtrics Social Connect
    Qualtrics Social Connect

Survey Response Task


Was this helpful?


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The feedback you submit here is used only to help improve this page.

That’s great! Thank you for your feedback!

Thank you for your feedback!


Qtip: This page describes functionality that we intend to release starting September 24, 2025. Qualtrics may, in its sole discretion and without liability, change the timing of any product feature rollout, change the functionality for any in preview or in development product feature, or choose not to release a product feature or functionality for any reason or for no reason.

About Survey Response Task

The Survey response task allows you to use and update survey response data in a Qualtrics workflow. You can use this task to automate survey response data management without needing to use the Qualtrics API.

There are 2 different actions available in this task:

  • Get survey response: Retrieve data from a single survey response.
  • Update survey response: Add or update data in a single survey response.

Setting Up a Get Survey Response Task

The get survey response task retrieves an individual response from a survey as a single JSON export. This makes the full response available for use in other tasks in the workflow, which can be useful for importing data into systems like Salesforce.

  1. Navigate to the Workflows tab in your project or the stand-alone Workflows page.
    Creating a workflow with an event
  2. Click Create a workflow.
  3. Choose if you want the workflow to be triggered by an event or run on a schedule. (See a comparison).
  4. Click the plus sign ( + ) and then Add a condition to set up conditions for your workflow.
    Add a condition in a workflow
  5. Click the plus sign ( + ) and then Add a task.
    Add a task in a workflow
  6. Choose the Survey Response task.
    The Survey Response Task in the workflow tasks options
  7. Select Get survey response.
    Get survey response option in the survey response task set of options
  8. Click Next.
  9. Click Add a custom description to add a description to the task.
    Configuring the get survey response task
  10. Using the dropdown menu, select the survey project containing the response you would like to retrieve.
  11. Using the dropdown menu, select the field in your survey project that contains the Response ID that you would like to retrieve.
  12. Click Save.

Setting Up an Update Survey Response Task

Have you ever wanted to add or update data in a survey response after it’s been submitted? For example, you may have extra demographic information about the respondent or campaign data related to the survey that could add context to the response. The Update survey response task enables you to update existing embedded data fields from a survey response using a Qualtrics workflow.

Qtip: This task can only be used to update existing embedded data fields in the survey response. To add a new field to your survey, create a new embedded data field in your survey flow.
  1. Follow the linked instructions to create a new event-based workflow.
  2. Configure the event that triggers your workflow. Common events to pair with this task include:
    configuring your workflow

  3. If desired, you can add other tasks to your workflow to add their output to the desired survey response. Some examples include:
    • OpenAI task: Use third-party AI to gather insights from your response data.
    • Code task: Use JavaScript to analyze and manipulate response data.
  4. Click the plus sign ( + ) and select Add a task.
  5. Choose the Survey Response task.
  6. Select Update survey response.
    "update survey response" option in the task setup
  7. Click Next.
  8. Choose the Survey project that contains the response you’d like to update.
    selecting a survey response and configuring embedded data fields

    Qtip: Depending on your selected event, the survey project and response ID may already be prefilled for you.
  9. Choose the Response ID field used to identify the response.
  10. Click Add a field.
  11. Select the survey embedded data field you’d like to update.
    editing a survey embedded data field
  12. Use the piped text menu, {a}, to select the dynamic value you’d like to save for the embedded data field (usually the output from the intermediate task defined in step 3). Alternatively, you can hard code a value by typing it directly in the box.
  13. Add additional fields by clicking Add a field. You can remove a field by clicking the minus sign ( ) to the right of it.
  14. When finished, click Save.