Search K
Appearance
Appearance
Downloads a file from a server path and makes it available to subsequent tasks in the workflow.
Use this task to bring an existing file into the workflow's working context. The file is uploaded to the server via a file picker and then registered in the workflow data under its base filename, making it accessible to downstream tasks by name. This is useful when a static template, reference file, or pre-existing document needs to be loaded at the start of a processing sequence.
| Field | Type | Required | Description |
|---|---|---|---|
| Document to add | File Upload | No | Select the file to upload and make available within the workflow. |
| Name | Description |
|---|---|
| The local path to the downloaded file, stored under the file's base name (without extension). For example, uploading report.docx produces an output variable named report. |