Hi,
based upon below url i am going to do save records on database
Currently issue is that it was throwing error if i gave datatype = decimal
if datatype = deciaml value empty then it was throwing error
Error converting value {null} to type 'System.Decimal'
Null object cannot be converted to a value type
Ex:In my case EMI_Id is empty then it was throwing error