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
  • Hello Harsha thank you for the reply. I have entered in the information as you said but now I get the error where my process model tells me that I can't enter in null values for the primary keys. I have a main CDT -> {main CDT fields, related CDT1, related CDT2}. I am trying to write individually to the related CDT's first and then save the output back into the process variable but this still occurs. And I made sure that appian had the primary keys be auto generated when writing new records to data store entity. I have attached the picture of the error which relates the related CDT1

Children