FileWriter
Saves text as a new file in storage.
Fields
| Field | Type | Required | What it does |
|---|---|---|---|
filename | string | yes | Name of the file to create. |
content | string | yes | What to write, may contain {{expressions}}. |
fileType | string | MIME type, defaults to text/plain. | |
description | string | Free-form note. |
Output
file