Use a document export query to export form responses as individual PDF files. This approach creates a ZIP file that contains one PDF for each response, instead of one combined PDF from the form or event Export PDF option.

This article assumes that you are familiar with document export queries. For the standard document export query setup, see Building a Document Export Query.
⭐ Get Inspired
This article was adapted from a post by Technolutions staff in the Slate Community Forums' Get Inspired space. Have a great idea for a Get Inspired post? Let us know!
Adding an export value to the form
The form must have an export value before you can use it to identify the corresponding material in a document export query.
Open the form.
Select Edit Form.
Select Edit Properties.
Enter a value in the Export Value field.

Save the form properties.
Creating the material
Create an inactive material that uses the form export value as part of its key. The material key identifies the form responses that the document export query should return.
Go to Database → Materials.
Create a material.
Set the material status to inactive.
In the Key field, enter
sys:event_followed by the form export value.
For example, if the form export value is example, enter this material key:
sys:event_example📝 Note
For Reader Review Forms, use
sys:form_instead ofsys:event_.
Building the document export query
Create a document export query that finds the material key associated with the form responses.
Create a query using the Document base.
Add a join from the base to Lookup Material.
Add a filter for the material key that you created.
Add the required exports and query settings for a document export query.
Building a Document Export Query
Scheduling the export format
Configure the scheduled export settings so that the query creates a ZIP file containing individual PDF files.
From the query, select Schedule Export.

Configure the following settings:
Path: Enter a path that ends in
.zip.Format: Select Document Export v2.
Archive As: Select ZIP.
Document Type: Select PDF.

Save the scheduled export settings.
Running the export
Run the query with the formatted export output to download the ZIP file.
Run the query.
From Output, select Formatted Export.
Select Export.

Slate downloads a ZIP file that contains the form responses as individual PDF files, one PDF per response.