Search K
Appearance
Appearance
The ACC Get Folder node retrieves a specific folder from Autodesk Construction Cloud (ACC) within a Hub and Project, returning its full path and folder details.
Use this node to fetch folder metadata from ACC for use in automated workflows requiring folder validation, path building, or further file/folder operations.
Field Label | Input Type | Description |
---|---|---|
Hub Name | Text | The name of the Autodesk Construction Cloud Hub containing the folder. |
Project Name | Text | The name of the ACC Project containing the folder. |
Folder Identifier | Text | The unique identifier of the folder in ACC. If the identifier is invalid, the system will attempt to retrieve the folder by its path. |
Output Variable | Description |
---|---|
AccFolder | The folder object retrieved from ACC, including its full path and metadata. |
This node:
Hub Name
, Project Name
, Folder Identifier
).AccFolder
.✅ Retrieve folder metadata to validate existence prior to uploading files.
✅ Build the full folder path for use in automated naming, reporting, or logging tasks.
AccFolder
, including its full path.AccFolder
) is a BIMDocsProjectFolder model as returned by the ACC API integration, containing folder GUID, display name, and constructed full path.