Export content from a Workflow as a downloadable CSV file. Use this for data exports, report generation, or feeding structured data into other tools.Documentation Index
Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
Use this file to discover all available pages before exploring further.
Add the action
In the Workflow builder, click + between blocks and select Export as CSV from the action library.



Enter the document name
Provide a name for your CSV file. You can type a name directly or reference a variable from a previous step or the trigger to dynamically name the file.

Select the data to export
Choose the variable containing the data you want to export. This must be a list of objects, where each item in the list represents a row and each key represents a column.

