Bulk runs let you execute a Workflow many times in parallel — once per row in a dataset. This is ideal for tasks like generating personalized emails for a list of contacts, enriching CRM records, or processing a batch of support tickets.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.
Prerequisite: You need a published Workflow with a Manual trigger. The trigger’s input fields define the columns in your bulk run dataset.
Create a bulk run view
You can open Bulk Run from the Workflow’s tab bar on the Run view, or switch to the Bulk Run tab while editing the same Manual-style Workflow (next to Workflow and Interface). The Interface tab is documented in Customize the Workflow run view.
You can create multiple views for the same Workflow to keep different datasets organized.
Import data
There are two ways to populate your bulk run view: CSV Import for structured tabular data, and Smart Import for unstructured files like PDFs, images, or messy spreadsheets.- CSV Import
- Smart Import
Use CSV Import when your data is already organized into rows and columns.
Map columns to variables
Cassidy maps each CSV column to the corresponding trigger input variable. Review the mappings and adjust if needed, then click Import.

Run and monitor
Select rows to run
Choose individual rows by checking their boxes, or use one of the batch options:
- Run All — processes every row in the view.
- Run This Page — processes only the rows visible on the current page.

Monitor progress
Multiple rows run simultaneously. Each row shows its status (running, completed, or failed) and the result updates in real time.

Next steps
Run and test
Learn about single runs, scheduled runs, and the testing interface.
Share and deploy
Manage permissions and deploy Workflows externally.
Structured output fields
Define consistent output formats for your Workflow results.
Fallback values
Handle errors gracefully so bulk runs keep processing.






