Create Form Package
The Create Form Package task bundles a form submission — including its submitted data and any uploaded files — into a single ZIP archive. The package can be saved as an asset or passed to downstream tasks for further processing.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
file | string | Output filename for the package (e.g. form_package.zip) |
create_asset | boolean | Save the generated package as a new asset in the asset store |
folder_url | string | Destination folder URL if saving as an asset |
create_folder | boolean | Create the destination folder if it does not exist |
fail_if_not_found | boolean | Fail if the expected form submission data is not present in the workflow input |
See also: Tasks overview
