How to Set the Document Name for PDF Form Flows

The document name controls the filename of every PDF generated by your flow. You can set it to static text, Airtable variables, or a mix of both.


Default Behavior

By default, every generated PDF is named after your flow name. If your flow is called "Offer Letter", every PDF will be saved as Offer Letter.pdf.

This works fine when you generate one document at a time, but it is not ideal when you need to tell files apart - especially in an attachment field with multiple documents.


Setting a Custom Document Name

  1. Open your PDF Form flow in the editor
  2. Click Settings in the top header
  3. Go to the Document Name tab
  4. Enter your desired filename template
  5. Close Settings - changes are saved automatically

Document Name tab in PDF Editor Settings


Using Variables

You can insert Airtable field values into the document name using double curly braces.

Examples

TemplateRecord ValueOutput Filename
{{Company Name}} - OfferAcme CorpAcme Corp - Offer.pdf
Invoice {{Invoice Number}}INV-2026-042Invoice INV-2026-042.pdf
{{First Name}} {{Last Name}} - ContractJane DoeJane Doe - Contract.pdf

How it works

  • Variables are replaced with the actual field value from the Airtable record at generation time
  • You can combine multiple variables with static text
  • No special syntax beyond the double curly braces is needed


FAQ

Was this page helpful?