Write to Data Store Entity Invalid Cast: Cannot cast from type 'NL_LoanActions' to type 'Data Store Entity' (Data Inputs)

How can I resolve following error?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    In datastore entity configuration you have to provide Datatype name instead of the variable name.

    In the below Snapshot, ET_AccountDetails is my CDT. I create another input variable which i have to insert into Database. Make sure the CDT which you provide will be the same type for second variable(account details in my case). in that second variable, Map your process variable to insert the data into DB.

    Note: If you have multiple rows to insert then please select multiple checkbox in the second parameter.

Reply
  • 0
    Certified Senior Developer

    In datastore entity configuration you have to provide Datatype name instead of the variable name.

    In the below Snapshot, ET_AccountDetails is my CDT. I create another input variable which i have to insert into Database. Make sure the CDT which you provide will be the same type for second variable(account details in my case). in that second variable, Map your process variable to insert the data into DB.

    Note: If you have multiple rows to insert then please select multiple checkbox in the second parameter.

Children
No Data