Writing Record data as null

Certified Senior Developer

Hi,

I am trying to write data into DB using record type which is multiple.

Process variable had data correctly but when it is writing into db the data is writing as  null though source fields and record fields data type is same and structure is same.

Can someone help me on this?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Hemaashri

    The versionNumber and the noticeId seem to be OK. Did you validate that the primary key ID is the correct one? Did you check that data is not overwritten by another process or a node further down the process.

    So, when I investigate such an issue, I repeat the following for each step in the data flow:

    - What is my expectation?

    - What is my intention?

    - What did I actually do?

    - What do I observe?

    - Does it deviate from my expectations?

Children