Search K
Appearance
Appearance
Retrieves the list of files contained within a specified folder in an Autodesk Construction Cloud project.
Use this task when a workflow needs to enumerate the contents of an ACC folder for batch processing, reporting, or conditional logic based on what files exist. The folder can be identified by its ID or its full path, making this task flexible regardless of how earlier workflow steps reference folder locations.
| 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 whose contents to list. Accepts either a full folder path (e.g. Project Files/PROJ001/DRAWINGS) or a folder ID. |
| Name | Description |
|---|---|
| AccFiles | A list of file objects from the specified folder. Each entry contains file metadata. Pass this to a loop or filter task to process individual files downstream. |