i am trying to add a simple record to SQL table using a patch or submit form, in both way I am getting errors.
and using the submit form I am getting the below error

i am trying to add a simple record to SQL table using a patch or submit form, in both way I am getting errors.
and using the submit form I am getting the below error
Hello,
This error typically occurs when you're trying to insert a value into a column that is automatically generated by the server, such as an identity column or a column with a default value.
For example, if you have a table with an identity column, you don't need to specify a value for that column when inserting a new record. The database server will automatically generate a unique value for that column.
To resolve this error, valid or not if the column mentioned is populated automatically or not by SQL and either remove the column from your patch or update the SQL Table definition.