Skip to content

Add ACC Worksheet Form ​

Creates a new worksheet form in Autodesk Construction Cloud from a specified form template, populating it with company, trade, duration, and work description details.

Purpose ​

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.

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.
Template NameTextYesThe 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 NameTextYesThe name of the company to associate with the worksheet form entry.
TradeTextYesThe trade classification to record on the worksheet form (e.g. General Contractor).
Duration in HoursTextYesThe duration of work to record, expressed as a decimal number of hours (e.g. 7.2).
Work DescriptionMulti-line TextYesA description of the work performed, recorded in the body of the worksheet form.

Outputs ​

NameDescription
formDataThe created form object from ACC. Pass this to downstream tasks that need to reference or act on the newly created form.

Tentech