@RezzaB , @ShaneYoung , @DruvRn
I have a SharePoint list name Inventory and another SharePoint list name Desktop_Screen I have created a lookup column name Employee Code based on the title value of Inventory List as also based on the Employee Code column i have another reference column name location whose value is depend on the employee code value , there are two others columns one is employee name which is a people picker column and another column name department which is a drop down column as now i created a screen name desktop on visible i created a collection Clear Collect (inventorydata, Inventory) as now based on that i filtered my employee code value as filter(inventorydata , title) , others columns as
Hello,
This error typically occurs when you're trying to insert a value into a column that is automatically generated by the server, such as an identity column or a column with a default value.
For example, if you have a table with an identity column, you don't need to specify a value for that column when inserting a new record. The database server will automatically generate a unique value for that column.
To resolve this error, valid or not if the column mentioned is populated automatically or not by SharePoint and either remove the column from your patch or update the SharePoint Table definition (if possible).
Michael E. Gernaey
9
Super User 2025 Season 1
bscarlavai33
5
Super User 2025 Season 1
getsplash
2