How Are Teams Managing Sandbox-to-Production Survey Deployments in Qualtrics? | Experience Community
Skip to main content
Question

How Are Teams Managing Sandbox-to-Production Survey Deployments in Qualtrics?

  • August 18, 2026
  • 3 replies
  • 42 views

Forum|alt.badge.img

Hi Community,

I'm looking for guidance on best practices for managing survey changes between Qualtrics sandbox and production environments.

In our case, the sandbox and production environments are separate Qualtrics accounts. We would like to develop and validate changes in sandbox and then promote them to production before going live.

Typical changes include:

  • Survey questions
  • Survey Flow
  • Branching and display logic
  • Embedded Data
  • Custom JavaScript/CSS
  • New survey versions

After discussing this with Qualtrics Support, my understanding is:

  • There is currently no built-in sync capability between sandbox and production instances/accounts.
  • Exporting and importing a QSF transfers the survey structure only, not response data.
  • Importing a survey creates a new survey with a new Survey ID.
  • There is no supported way to automatically synchronize workflows, configurations, or survey changes between sandbox and production while retaining the existing Survey ID.
  • Applying changes via QSF import would require creating a new survey rather than updating an existing production survey.

This seems challenging from a deployment and governance perspective, especially for teams that want to test thoroughly before release.

I'm interested in learning how others handle this:

  1. How do you promote tested survey changes from sandbox to production?
  2. Do you manually recreate changes in production?
  3. Are there any API-driven, CI/CD, or version-control approaches that have worked well?
  4. How do you manage regression testing and change governance?
  5. If preserving the existing production Survey ID and response history is required, what deployment strategy do you recommend?

I'd appreciate hearing how enterprise Qualtrics teams and administrators manage this process in practice.

Thanks in advance for any insights or recommendations.

3 replies

arunxmarchitect
Level 4 ●●●●
Forum|alt.badge.img+8

 

@sk1224 , I’ve built a Qualtrics XM Community-focused Chrome extension toolkit that includes tools for survey migration and library messages. For example, you can migrate surveys between Qualtrics instances, such as sandbox → production or between completely different instances.

 

You can find it by searching **“Qualtrics API Toolkit”** on the Chrome Web Store. 

 

Since Qualtrics doesn’t have built-in tools for many of these tasks, a lot of the work otherwise needs to be done manually. We’ve also built tools in **Pirai AI Flow** to migrate/clone CX dashboards between Qualtrics instances.

 

Based on my experience, I generally recommend keeping things in a single Qualtrics instance. Managing separate sandbox and production instances can effectively mean doing the work twice, as changes often need to be maintained across both.

 

If you do use one instance, you can keep separate directories for Test and Prod contacts/workflows, and have dedicated surveys in the production instance for testing.

 

I’ll share some more details on this later today.

 


Forum|alt.badge.img+28

sandbox and production environments are separate Qualtrics accounts

Not sure if environment refers to different license.

If they are under the same license, brand admin can help to transfer the project(s) over to the new account.

 

Alternatively, but not really recommended, you can just have the sandbox account add production account as a collaborator. However, if I understand correctly, the billable response, outgoing email count, etc will be considered under the owner (sandbox account) and you might have a challenging time identifying and handling survey projects that are already in production from sandbox account.


Forum|alt.badge.img
  • Author
  • August 20, 2026

@arunxmarchitect Thanks for the suggestion, is this solution available in Qualtrics Marketplace?