Hi All,
I'm encountering an insert error into database in the process model below. a non-null field is being fed a null value and the insert is failing! Please let me know how to debug this error.
Thanks,
Raj
Discussion posts and replies are publicly visible
There is no debugging needed. You either have to remove the non-null constraint in the database, or insert the data with a non-null value.