No values have been written error

Getting this error when I try to save it to multiple data store entity at process model. Values are there in variables but still its giving error. Can anyone suggest solution

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi,

    Along with proper configuration also make sure check your nullable and not nullable columns in you tables. If your are trying to write data, but one of the column value is null in you CDT but table is expecting  a value for that column. Make sure also check your data store entity's are configured in DATA store and verified. Also, check your data store entity constants have proper data store entity values which your are using in write node

Reply
  • 0
    Certified Lead Developer

    Hi,

    Along with proper configuration also make sure check your nullable and not nullable columns in you tables. If your are trying to write data, but one of the column value is null in you CDT but table is expecting  a value for that column. Make sure also check your data store entity's are configured in DATA store and verified. Also, check your data store entity constants have proper data store entity values which your are using in write node

Children
No Data