create_form_submission
Start a new inspection-form submission as a draft from a form schema ID, with optional initial field values. Lock the submission when finished using complete_form_submission.
Instructions
Start a new inspection-form submission from a form schema id. 'data' is an optional JSON object of initial field values. It is created as a draft; use 'complete_form_submission' to lock it once finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_schema | Yes | ||
| title | No | ||
| report_date | No | ||
| data | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |