Search K
Appearance
Appearance
The Vault Get File node retrieves and downloads a specified file from Autodesk Vault to the workflow's working folder.
Use this node to automate the retrieval and local download of files from Vault for further processing, validation, or external system integration within your workflow.
Field Label | Input Type | Description |
---|---|---|
File Identifier | Text | The identifier of the file in Vault to retrieve and download. |
Output Variable | Description |
---|---|
DownloadedFile | The full local file path of the downloaded file. |
VaultFile | The Vault file object retrieved for this download. |
This node:
File Identifier
).DownloadedFile
and the Vault file object in VaultFile
.✅ Download a CAD drawing from Vault for automated conversion to PDF.
✅ Retrieve a specification document from Vault for inclusion in automated transmittals or reports.
DownloadedFile
) provides the local path for use in subsequent tasks such as processing, uploads, or data extraction.