save_file
Export dashboard charts and data by saving files to your Downloads folder. Supports PNG images and CSV exports for offline use.
Instructions
Save a file to the user's Downloads folder. Used internally by the dashboard UI for PNG/CSV export.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename with extension (e.g. chart.png) | |
| data | Yes | File contents: base64-encoded binary or plain text | |
| encoding | Yes | How data is encoded |