What It Does
- Exports selected data into a downloadable CSV file
- Lets you choose only the fields that matter
- Gives you full control over filename and structure
- Prepares a ready-to-download CSV for sharing with your team
๐ Getting Started

1
Add the Node
Drag the CSV Write node into your play.
2
Connect an Input
Attach a node that outputs data โ thatโs the data youโll export.
3
Name Your File
Enter a filename including the
.csv extension (e.g. sales_export.csv).4
(Optional) Choose Fields to Include
Select specific columns to export.
This is your last chance to include only the fields you want in the final file.
This is your last chance to include only the fields you want in the final file.
5
Run the Node
Toggle the node to the right (purple for test mode, green for full play), then hit Run to generate your CSV.
Once the execution completes, the download link appears in the output panel.
Once the execution completes, the download link appears in the output panel.
Inputs
๐ ๏ธ Required Fields
- Filename (โ
)
The name of the output CSV file, including.csv.
Why it matters: Sets the filename for the downloadable file.
๐ฏ Optional Fields
- Select Fields (โช๏ธ)
List of column names to include.
Why it matters: Helps you focus the export on just the fields that matter โ ideal for reporting or sharing insights with Sales/CS.
Output
Once execution completes, youโll get:- A ready-to-download
.csvfile - File metadata: number of rows, columns, and included fields

How It Works
- Validates that a filename and input data are present
- Applies field filtering (if selected)
- Creates a
.csvfile with your specified structure - Makes the file available to download in the output panel
๐ Example Use Cases & Prompts
| Use Case | Setup Example |
|---|---|
| Share pipeline | Select account_name, stage, owner |
| Report for Sales | Set filename to q3_pipeline_export.csv |
| Audit log export | Export user_id, action, timestamp |
โจ Pro Tips
โ ๏ธ Important Considerations
๐ Troubleshooting & Gotchas
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
| No download file shown | Missing filename | Add a .csv filename and rerun |
| Too many columns in file | Fields not selected | Use Select Fields to trim export |
| Only 5 rows exported | Node in test mode (purple) | Toggle to green for full run |
๐ FAQ
Can I export only a few columns?
Can I export only a few columns?
Yes โ just use the Select Fields input to define which columns to include.
Do I need to include `.csv` in the filename?
Do I need to include `.csv` in the filename?
Yes โ your filename must end in
.csv (e.g. my_export.csv).Where do I download the file?
Where do I download the file?
Click on the preview link on the node card and download by clicking the download button on the top right of the preview panel.
๐ฐ Pricing
The CSV Write node is free to use โ no credits required.
Build fast, flexible exports that are ready to download ๐ฅ