Search K
Appearance
Appearance
The ACC Get Files In Folder node retrieves a list of files from a specified folder in Autodesk Construction Cloud (ACC) within a Hub and Project.
Use this node to list all files within a specific ACC folder for further processing in your automation workflows.
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 |
---|---|
AccFiles | A list of BIM files retrieved from the specified folder. |
This node:
Hub Name
, Project Name
, Folder Identifier
).AccFiles
.✅ List all PDF drawings in a project folder to attach them to automated transmittal emails.
✅ Retrieve all Revit models within a design folder for batch processing or publishing workflows.
AccFiles
.AccFiles
) is a list of BIMFile models as returned by the ACC API integration.