Skip to content

Add ACC Folder ​

Creates a folder at a specified path within an Autodesk Construction Cloud project, including any missing parent folders.

Purpose ​

Use this task when a workflow needs to ensure a folder structure exists in ACC before uploading files or performing other folder-dependent operations. It is particularly useful during project setup automation where the required folder hierarchy may not yet exist. If any intermediate folders along the specified path are missing, they are created automatically.

Inputs ​

FieldTypeRequiredDescription
Hub NameTextYesThe name of the ACC hub where the target project resides. This can be found in the ACC web app under accounts.
Project NameTextYesThe name of the project within the hub. This can be found in the ACC web app under projects.
Folder Full PathTextYesThe full path of the folder to create (e.g. Project Files/PROJ001/DRAWINGS). All folders in the path that do not already exist will be created.

Outputs ​

NameDescription
AccFolderThe created folder object from ACC, containing the folder GUID, display name, and full constructed path. Pass this to downstream tasks such as Add ACC File to target the new folder directly.

Tentech