How to Export Results
Download survey answers as spreadsheets or media files from the Results Exports tab. You can also export a single question or submission from those views.
Open Exports
- Open your survey.
- Click Results in the form header.
- Open the Exports sub-tab.

The page lists past exports with Type, Status, Rows / files, Created by, Created, and Download.
Plan noteSpreadsheet and full-form Files (ZIP) exports require the data_export capability. Question/submission Download audio uses audio_export.
Create a spreadsheet export (XLSX / CSV)
- Click Create new export.
- If you have exported before, optionally pick a saved Configuration (reuses format, columns, and metadata settings).
- Under Export type, choose XLSX or CSV.
- Optionally enable Use variable names as headers (uses each question’s variable name when set).
- Under Columns, use Select all / Clear all, then tick the fields you need. Typical columns include:
- Response fields: Timestamp, Respondent ID, Response Hash, Email Address, Respondent Name, Phone Number, Metadata
- Per-question answer columns (description slides are excluded)
- For voice questions: Sentiment, Sentiment Score, Keywords, Audio, and translation columns when enabled
- For matrix questions with dynamic rows: a Dynamic Rows JSON column
- Under Custom metadata columns, click Add metadata column to pull values such as
result.metadata.panel_idinto named spreadsheet headers. - Click Export.

- Smaller surveys may download immediately.
- Larger surveys (about 50+ responses) are queued: the row appears in the Exports table with status pending / processing, and you get an email when it is ready.
- When complete, click Download. Multipart archives show Part 1, Part 2, and so on.
Statuses you may see: pending, processing, completed, failed, expired.
Create a Files (ZIP) export
Use this for recorded audio, uploads, and other media from the whole form (not just one question).
- Click Create new export.
- Choose Files (ZIP).
- Click Configure files export.
- In Download all files, pick a layout:
- Structured — folders per result, then per question
- Simplified — flat list using each file’s CDN filename
- Custom — your own path pattern (examples, object chips, and live Example output preview)
- Click Download.

Full-form file exports always run in the background. You receive an email with download link(s) when ready; very large jobs may split into multiple ZIPs (Part N on the Exports table). Links expire after about 7 days.
For custom path variables and examples, see File export path syntax.
Export from By question
- Go to Results → By question.
- Select a question.
- Click Export, then XLSX (Excel) or CSV (immediate download; no column picker / history row).
- For voice questions with files, click Download audio, choose a ZIP layout, then Download.
NoteKeyword / sentiment filters on By question do not apply to exports. Survey-level spreadsheet exports include all non-expired responses.
Export from By submission
- Go to Results → By submission.
- Open a submission.
- Open the export menu and choose:
- Download all audio (layout dialog, then download or email if more than 25 files)
- XLSX (Excel)
- CSV
Tips
- Reuse a prior Configuration to keep spreadsheet columns consistent across exports.
- Files (ZIP) from the Exports tab includes all exportable media for the form; question/submission menus export that entity’s audio only.
- Duplicate paths inside a ZIP get a copy suffix (for example
audio (1).mp3). - For API downloads of individual files, see Using Download API.
Updated 11 days ago