what should i do
Discussion posts and replies are publicly visible
You should update your data source to allow null values, or populate the data point before writing to the DS.
how aaply default here in db
you will need to populate a proper value before inserting, and if you can't do that, you'll need to modify the column in the DB table to accept null values. There's no automatic way to make Appian insert the default value as defined in the DB, nor should there be any reason to.
The error message tells us pretty plainly (after you get used to reading through the clutter) which column this error is in reference to, BTW.
In your table, there are some fields which is not accepting null values and due to that this error occured. Have a look into your table and made the changes to accept the null values as well.
Hi,
please open your table structure and select the field which is not accepting null values and mark the checkbox as null.