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
Please try to share a screenshot of your node configuration anyway. Plus a bit more of the whole error message you're getting. Leave out any work-related data, and use screenshot redacting tools to blur/hide/obscure any sensitive information, object names, branding, etc, that you don't want to put here publicly. The windows standard screenshotting tool has at least some of this functionality, and alternatively I use a tool called "greenshot" (freeware) that has built-in obfuscation capabilities...
Just some guesswork though based on the info you've provided - is your DB table set to "auto increment"? I haven't tried in a bit, but when a table is expecting to generate the next PK ID, and you try to provide one within the WTDS node, it might sometimes cause problems. Is the PK ID (or any other table column) used as a Foreign Key ID in some other table?