Error when trying to update via API

After updating my self-hosted NocoDB instance to version 0.263.8, I’m getting the following error when trying to perform a batch update via the API:

“error”: “DATABASE_ERROR”,
“message”: “Invalid data type or value for column ‘unknown’.”,
“code”: “22P02”

Note:
I’ve already tried sending all the fields of the table.
The establishment_id field is the primary key of the table.

@dougmt Welcome to NocoDB community!

To help you out, we would need more details about your schema. If its feasible, send us entire payload when it fails.

cc @fendy