Question
Unable to add entry in two different data tables
Hello,
I have two data shape and both have primary key, I have created two different data table and assigned previously created data shape.
Now I am adding record in first data table with primary key value 1 (successfully added) But I get error that Entry With This Key Already Exists when I add record in second data table with primary key value 1.
Isn't Key different for different data table ?

