File Generator
App IntegrationsFile Generator Node
Overview
Supports the following operations: PDF Document, CSV Spreadsheet, Plain Text.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
fileType | string | — | Configuration field for fileType |
fileName | string | — | Configuration field for fileName |
dataSource | string | — | Configuration field for dataSource |
htmlTemplate | string | — | Configuration field for htmlTemplate |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{file-generator.filename}}anyOutput field: filename
{{file-generator.content_base64}}anyOutput field: content_base64
{{file-generator.size_bytes}}anyOutput field: size_bytes
Examples
Basic Usage
Example configuration:
{
"fileType": "value",
"fileName": "value",
"dataSource": "value",
"htmlTemplate": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try File Generator in Your Workflow
Create a free account and start building AI-powered workflows with the File Generator node.
Open Workflow Editor