Good afternoon I am building an app that records in a sharedpoint list but it does not save the record in the list and sends the following error:

This is the formula :
Patch(
BD_2022,
Defaults(BD_2022),
{
SUBDIRECCIÓN: cbosub,
FECHA_DEL_OFICIO: txtfchofi .Text,
FECHA_DE_INGRESO: txtfching .Text,
FOLIO: txtFolio1 .Text,
AREA_DE_PROCEDENCIA: cbopro,
REMITENTE: txtrem .Text,
AREA_DESTINATARIA: cbodes,
DESTINATARIO: txtdes .Text,
FECHA_DE_RESPUESTA: txtfchres .Text,
VIGENCIA: cbovige,
ESTATUS_DE_ATENCION_DEL_OFICIO: cbostatus,
RESPONSABLE: txtresp .Text,
ASUNTO: txtasun .Text
}
);

Helpme Pls.
Thank's