Search K
Appearance
Appearance
Retrieves a folder from an Autodesk Construction Cloud project, including its full path and metadata, with an option to also return its immediate subfolders.
Use this task when a workflow needs to confirm a folder exists in ACC or obtain its details before performing file operations. Enable Include Subfolders when the workflow needs to iterate over or inspect the folders directly inside the resolved folder.
| Field | Type | Required | Description |
|---|---|---|---|
| Hub Name | Text | Yes | The name of the ACC hub containing the target project. |
| Project Name | Text | Yes | The name of the project within the hub. |
| Folder Identifier | Text | Yes | The identifier of the folder to retrieve. Accepts either a full folder path (e.g. Project Files/PROJ001/DRAWINGS) or a folder ID. |
| Include Subfolders | Checkbox | No | When enabled, retrieves the immediate subfolders of the resolved folder and returns them as the Subfolders output. |
| Name | Description |
|---|---|
| AccFolder | The folder object from ACC containing the folder GUID, display name, and full constructed path. |
| Subfolders | (Include Subfolders only) List of immediate subfolder objects within the resolved folder. |