Skip to content

Get ACC Folder ​

Retrieves a folder from an Autodesk Construction Cloud project, including its full path and metadata, with an option to also return its immediate subfolders.

Purpose ​

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.

Inputs ​

FieldTypeRequiredDescription
Hub NameTextYesThe name of the ACC hub containing the target project.
Project NameTextYesThe name of the project within the hub.
Folder IdentifierTextYesThe identifier of the folder to retrieve. Accepts either a full folder path (e.g. Project Files/PROJ001/DRAWINGS) or a folder ID.
Include SubfoldersCheckboxNoWhen enabled, retrieves the immediate subfolders of the resolved folder and returns them as the Subfolders output.

Outputs ​

NameDescription
AccFolderThe 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.

Tentech