Aspx insert in MSSQL

I can’t do an insert in MSSQL, the connection works, I also created a table and the fields directly from wappler, but when I do an insert from a simple form, it gives me error. Made in aspx
How can I understand where the error is?

The same project with node.js locally works with insertion in the same table.