function
buildSubmissionInput
function buildSubmissionInput(
form: FormDefinition<FormFieldDefinition>,
values: FormValues,
): FormSubmissionInputSplit public values into scalar and upload submission rows.
Related types
FormDefinitionThe reusable form shape consumed by application renderers.
FormFieldDefinitionThe built-in or project-owned field definition accepted by generic helpers.
FormValuesValues keyed by editor-authored form field name.
FormSubmissionInputThe normalized public create payload.
FormValueOne public form control value.