Search K
Appearance
Appearance
Retrieves all files contained within a specified Autodesk Vault folder.
Use this task to obtain a list of every file in a given Vault folder so that subsequent tasks can iterate over, process, or report on those files. It is commonly used as the starting point for batch operations such as bulk property updates, automated exports, or validation checks across an entire folder's contents.
| Field | Type | Required | Description |
|---|---|---|---|
| Folder Identifier | Text | Yes | The Vault folder ID or full Vault path, e.g. $/Designs/Project001/DRAWINGS. |
| Name | Description |
|---|---|
| VaultFiles | A list of Vault file objects found in the specified folder. Pass this to a loop or iteration task to process each file individually. |