I made a form and when i try to insert (record) form data to SQL database , although the data are new valor (not recorded yet on sql databse),
I get this error:
"the element have been yet created on server"
and the new data are not recordes on sql database.
The sentence I use on form.Onselect is
"If(!IsEmpty('[dbo].[Personal]');Patch('[dbo].[Personal]';Defaults('[dbo].[Personal]');{'PRIMER APELLIDO':
Value(TextInput_PrimerApellido.Text);MATRICULA:Value(TextInput_Matricula.Text)})) "
Thanks.