Search K
Appearance
Appearance
Creates a new worksheet form in Autodesk Construction Cloud from a specified form template, populating it with company, trade, duration, and work description details.
Use this task to automate the creation of site activity records, timesheets, or other structured forms in the ACC Forms module. It is suited to workflows that receive work data from an upstream source and need to log it directly into an ACC project without manual data entry. The resulting form object can be used by subsequent tasks for referencing or further updating.
| 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. |
| Template Name | Text | Yes | The name of the ACC form template to use when creating the form. This can be found in the ACC web app under form templates. |
| Company Name | Text | Yes | The name of the company to associate with the worksheet form entry. |
| Trade | Text | Yes | The trade classification to record on the worksheet form (e.g. General Contractor). |
| Duration in Hours | Text | Yes | The duration of work to record, expressed as a decimal number of hours (e.g. 7.2). |
| Work Description | Multi-line Text | Yes | A description of the work performed, recorded in the body of the worksheet form. |
| Name | Description |
|---|---|
| formData | The created form object from ACC. Pass this to downstream tasks that need to reference or act on the newly created form. |