Exporting Workflow Data
Use the workflow page to export data for an entire workflow or a specific workflow order.
- If you select a workflow order, exports include only that order.
- If no order is selected, exports include all cases in the workflow. Note that some export types, such as annotated case files, require a workflow order.
Navigate to the workflow page
- Click "Develop" in the top navigation.
- Click "Workflows" under "Assessments".
- Open the workflow you want to export.
- Use the order selector to choose a workflow order (optional).
Export results as CSV
- Choose the submissions and layout options.
- Click "Export CSV".
The CSV export includes assessment results and metadata for the current workflow or selected order.
Export case files (ZIP)
- Click "Export Case Files".
- (Optional) Enter a folder path template.
- Click "Download Files".
If no template is provided, files are placed at the ZIP root using the default filename pattern:
<external-id (padded to 12 digits)>_<workflow[-order]-name>_<count>.<ext>
Customize the ZIP path
You can control the folder structure inside the ZIP by providing a template. Use Liquid-style
variables like {{ WORKFLOW_ORDER_NAME }} and / to create folders.
Example:
{{ WORKFLOW_ORDER_NAME }}/{{ CASE_EXTERNAL_ID }}/{{ FILENAME }}
Available variables:
WORKFLOW_NAME: Project/workflow nameWORKFLOW_ORDER_NAME: Workflow order name (or workflow name if no order)CASE_ID: Case database IDCASE_SHORT_ID: Case short IDCASE_EXTERNAL_ID: External ID (entity, case, or short ID)CASE_EXTERNAL_ID_PADDED: External ID zero-padded to 12 digitsFILE_UUID: File unique identifierFILE_COUNT: File number within the case (1-based)FILE_EXT: File extension (.jpg, .png, etc.)ORIGINAL_FILENAME: Original uploaded filenameFILENAME: Default generated filename
Notes:
- Templates only support plain variables. Tags, filters, and
${TOKEN}syntax are not supported. - Invalid path characters are sanitized, and unsafe paths (absolute paths or
..) are rejected.
Export annotated case files (ZIP)
- Select a workflow order.
- Click "Export Annotated Case Files".
- You will receive an email with a download link when the export is ready.