wdf_data_templates_submissions_create
Creates a new submission for a specific Data Template (Form). Use this tool after obtaining the Data Template (Form) schema (via wdf_data_templates_get_schema_and_sample_submissions) and collecting all required information from the user. Keys in data must match the field IDs from the Data Template (Form) schema, not display labels — an unrecognized key may be silently dropped rather than raising an error. Provide all fields marked as required in the Data Template (Form) schema; omitted optional fields are simply left blank on the new submission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Submission data as a key-value object (fieldId: value) | |
| dataTemplateId | Yes | The Data Template ID. |