Skip to content

Add File ​

Uploads a local file into Autodesk Vault, placing it in the specified Vault folder.

Purpose ​

Use this task when a workflow needs to add a file to Vault as part of an automated process, such as after generating or downloading a file from another system. It is the standard way to bring local files under Vault document control from within a workflow. Supports an optional comment to record the reason for the upload.

Inputs ​

FieldTypeRequiredDescription
Local File Full PathTextYesThe full local path to the file to be uploaded, e.g. C:\TEMP\report.pdf.
Folder IdentifierTextYesThe Vault folder ID or full Vault path where the file should be added, e.g. $/Designs/Project001/DRAWINGS.
CommentTextNoA comment to record against the file when it is added to Vault. Defaults to a standard automation message if left blank.

Outputs ​

NameDescription
vFileThe Vault file object for the newly uploaded file. Downstream tasks can use this to reference, update properties on, or attach other files to the uploaded file.

Tentech