Skip to main content
May 21, 2022
Question

No values have been written error

  • May 21, 2022
  • 2 replies
  • 0 views

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

    2 replies

    gopalk2865
    Participating Frequently
    May 21, 2022

    Hi, you need to check the write to multiple datastore entity node,check how you have configured entity and data. If configuration is right then check whether you have values in process variable or not.

    May 21, 2022

    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