Skip to content

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

PropertyTypeDescription
dry_runbooleanRun without executing task effects
filestringOutput filename for the package (e.g. form_package.zip)
create_assetbooleanSave the generated package as a new asset in the asset store
folder_urlstringDestination folder URL if saving as an asset
create_folderbooleanCreate the destination folder if it does not exist
fail_if_not_foundbooleanFail if the expected form submission data is not present in the workflow input

See also: Tasks overview

S-Launch