Hi Guys,
Why am I getting Id Field is required error? I'm using SQL database and set the Id as Primary key.
Solved! Go to Solution.
To Patch a SQL table the table needs to have an Identity column that is autoincrementing. Is the Id column in your table setup to be the Identity?
To Patch a SQL table the table needs to have an Identity column that is autoincrementing. Is the Id column in your table setup to be the Identity?
User | Count |
---|---|
183 | |
106 | |
88 | |
44 | |
43 |
User | Count |
---|---|
226 | |
108 | |
105 | |
68 | |
68 |