Export Data
Export submission data to CSV, Excel, or JSON for offline analysis.
Export Formats
From Form Submissions, use the table export actions for CSV or JSON, or open the Submission Workbook and click Export for a formatted Excel file with grouped headers. Supported formats from the submissions list:
- CSV — comma-separated values, compatible with Excel, Google Sheets, and most data tools
- Excel (.xlsx) — native Excel format with formatted headers
- JSON — structured JSON array of submission objects, ideal for API integration
Each row in the export corresponds to one submission. Field values are flattened: array and table field values are serialized as JSON strings in a single column.
Filtered Exports
Apply filters in the submissions table (date range, field value filters) before exporting. The export will only include the currently filtered subset of submissions. This makes it easy to export responses from a specific time period or with specific field values.
Scheduled Exports
Pro plan users can configure automatic scheduled exports that run daily, weekly, or monthly and deliver the export file to a specified email address or webhook URL. Configure scheduled exports in Form Settings → Integrations.