Search K
Appearance
Appearance
The ACC Add Folder node creates a new folder within an Autodesk Construction Cloud (ACC) project at the specified full folder path. This allows workflows to programmatically build out required folder structures in ACC for project setup and automation purposes.
Use this node to:
Field | Description | Example / Notes |
---|---|---|
Hub Name | The exact name of the ACC hub (e.g. your company's Autodesk account hub name). | "MyCompany Hub" |
Project Name | The exact name of the ACC project within the hub. | "Sydney Office Fitout" |
Folder Full Path | The full folder path to create, including parent folders if applicable. | "Project Files/Design/Structural/IFC Exports" |
Output Variable | Description |
---|---|
AccFolder | Returns a BIMDocsProjectFolder object containing details of the created folder, including its GUID and full path. |
AccFolder
output variable for use in downstream tasks.Project Files/Design/Mechanical/Equipment Schedules
This node will fail if:
Returned Errors:
Failed to get Hub name: [hub]
Failed to get Project name: [project]
Failed to create folder: [path]
Required Service Accounts not found