Search K
Appearance
Appearance
Retrieves a folder from an Autodesk Construction Cloud project, including its full path and metadata.
Use this task when a workflow needs to confirm a folder exists in ACC or obtain its details before performing file operations. The resolved folder object, including its constructed full path, can be passed to file upload or listing tasks that require a folder reference rather than a plain string identifier.
| Field | Type | Required | Description |
|---|---|---|---|
| Hub Name | Text | Yes | The name of the ACC hub containing the target project. This can be found in the ACC web app under accounts. |
| Project Name | Text | Yes | The name of the project within the hub. This can be found in the ACC web app under projects. |
| 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. |
| Name | Description |
|---|---|
| AccFolder | The folder object from ACC containing the folder GUID, display name, and full constructed path. Pass this to downstream tasks that need a resolved folder reference. |