Search K
Appearance
Appearance
Creates a folder at a specified path within an Autodesk Construction Cloud project, including any missing parent folders.
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.
| Field | Type | Required | Description |
|---|---|---|---|
| Hub Name | Text | Yes | The name of the ACC hub where the target project resides. This can be found in the ACC web app under accounts. |
| Project Name | Text | Yes | The name of the project within the hub. This can be found in the ACC web app under projects. |
| Folder Full Path | Text | Yes | The 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. |
| Name | Description |
|---|---|
| AccFolder | The 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. |