Hello, I am facing some issues with the process model

I started the process with an interface (Create Exam) and then I want to store it in the database, but I guess there is some problem with the database or Record type, Can anyone please help me understand what I am doing wrong?

 

  Discussion posts and replies are publicly visible

Parents Reply
  • Hello, I tried your solution and Gave  ExamID as Primary key and auto increment even after that when I am clicking the submit button an error is shown that it is passing the (Marks Per Question) parameter as null.

    I checked the type of the parameter it is integer then I checked the interface for (Display value /Save input to) those are also configured to the CDT. 

    Could you suggest what could be the problem?

Children