Search K
Appearance
Appearance
The Vault Search Files node performs a basic search for files within Autodesk Vault using a provided search term.
Use this node to find files in Vault based on keywords, file names, or metadata, returning a list of matching files for further processing in your workflow.
Field Label | Input Type | Description |
---|---|---|
Basic Search Term | Text | The keyword or term to search for within Vault files. |
Output Variable | Description |
---|---|
VaultSearchFiles | An array of files returned from the Vault search matching the search term. |
This node:
Basic Search Term
).VaultSearchFiles
for use in subsequent tasks.✅ Search for all CAD models with filenames containing a specific part number for batch processing.
✅ Retrieve documents matching a specific project code for automated export or reporting.
VaultSearchFiles
.VaultSearchFiles
) is an array of Autodesk Vault file entities which can be used for downloading, property extraction, attachment, or status updates in later workflow nodes.