Hey everyone,
I’m currently developing an app where users should be able to edit and create new records. However, whenever I try to create a new record and submit the form, I get the error message: “A value must be provided for Item. clientRequestId: 07e049ed-5ab9-4284-84bf-bc37aa72427f.” Trying to edit existing records also doesn’t work.
The only changes that seem to apply are those made directly in the SQL database through SQL Server Management Studio.
We are using an SQL database with only four fields. We have already tried building a new app, creating a new table, switching environments, and reconnecting the database.
Does anybody know the solution of this problem?