AutomationWriteFileOutputConfig
Type: Object
Configuration for Write File Output nodes that save content to files in specified folders. Supports various encodings and directory creation options.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| content | ExpressionScalar! | Content to write to the file (supports expressions) | ||
| createDirectories | Boolean! | Whether to create parent directories if they don't exist | ||
| encoding | AutomationFileEncoding! | File encoding format | ||
| filename | ExpressionScalar! | Name of the file to write (supports expressions) | ||
| folder | Folder! | Reference to the automation folder where file will be written | ||
| folderId | ID! | |||
| overwrite | Boolean! | Whether to overwrite existing files | ||
| type | String! | Node type identifier |