Data Store

i am not able to seeing any values  my CDT table ,only seeing created columns not values  is there  any configuration need  at Process model kindly please let me know.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 1
    in reply to sasikalac0001

    Assuming  you're using write to data store entity node , for writing down the values in table . In input of that node , in values , use your PV that contains values for the above mentioned fields.Also add your datastore entity . In output node, you can store the ouput (stored values) also. Make sure primary key is set in db.

    Other method is to directly setting values of fields one by one , instead of passing whole PV in input of write to DS node.

Children