Search K
Appearance
Appearance
The Vault Update Properties node updates specified properties for a file within Autodesk Vault.
Use this node to automate updates to file properties such as title, project number, or any custom Vault property, supporting metadata management and compliance workflows.
| Field Label | Input Type | Description |
|---|---|---|
| File Identifier | Text | The identifier of the file in Vault whose properties are to be updated. |
| Properties | JSON | A JSON dictionary of property names and their new values to update (e.g. { "ProjectNumber": "12345", "Status": "Approved" }). |
| Output Variable | Description |
|---|---|
| UpdatedVaultFile | The updated Vault file object after property updates. |
This node:
File Identifier, Properties).UpdatedVaultFile.✅ Update the status property of a drawing to “Reviewed” after automated checks.
✅ Set project-specific properties such as ProjectNumber or ClientCode during onboarding workflows.
✅ Update title block metadata properties before publishing PDFs from Vault files.
UpdatedVaultFile) is the Vault file object with updated properties, available for further processing in your workflow.