Write to Data Store Entity Error

Im getting the error when writing to data store:  ... " with identifier value `1007` does not exist  " . This is the value of my primary key I'm trying to insert into the data store. I already have the primary key from user input and I'm trying to write all of the info into an empty data store. (I would share screenshot but it's work information). This is occurring within my process model when I am using the write to data store smart service.  Why is this happening?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to adamn696785

    The Write to DSE node configuration needs to be corrected. 
    In the input ‘Data Store Entity’ ,  the value seems fine. The save into should be blank here.

    Then add a new Input here. You can name it after your cdt formRequest. The type should be the cdt type. Now in the value of this formRequest input put the pv!formRequest. Dont put any thing in saveinto for this input also. 

    Rather in the output tab you can save the output back in the pv!formRequest. Dont configure save intos in the input node. Try and let me know! 

Children
No Data