Form export
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Data Management
Any user role can export form data in a variety of formats.
- PDF (Portrait)
- PDF (Landscape)
- XML (This Record)

PDF forms are generated only for forms that are submitted. Forms that aren’t submitted generate an empty page.
When exporting to XML, a dialog box may prompt you to save the file, or the browser may automatically save the XML file to the downloads folder specified in the browser preferences.
Related Content
- Export limits
The platform provides a default upper limit for data exports.
- List export
You can export a list of records in a variety of formats.
- Export controls
Control the column value and header value in export files using query parameters, export set properties, and system properties.
- Exporting currency fields to Excel
Exporting currency fields to Excel applies Account formatting and can be configured to convert all values to US dollars or to export values in the user's session currency.
- Export directly from a URL
You may want to export data from the URL if you need to dynamically export data from a script or web service.
- Break up a large export
If the number of records to be exported exceeds the actual export limit, you may want to break the export into smaller increments that do not place a significant performance load on the platform.
- Enable export debug logging
When the property glide.export.debug is true, the instance logs export processing including database query time and the time taken to write data to the file.