Exports data from a Workflow to a Microsoft Excel (.xlsx) file with support for multiple sheets.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 Microsoft Excel Document from the action library.



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

Configure sheets
For each sheet in your Excel document, configure the following. Click the + button to add additional sheets.Enter the sheet name — provide a descriptive name for each sheet.
Select the data to export — choose the variable containing the data for this sheet. This must be a list of objects, where each item represents a row and each key represents a column.
Configure columns to export — specify which columns to include in this sheet and their order. If no columns are specified, all available columns are exported. You can drag and drop to reorder columns.


