Hey there I try to clear multiple fields in a table but get only the error 422 Unprocessable Entity.
I tried diffrent thing like “null” value or empty string but it always say that
- type: INVALID_RECORD_ID,
- message: Value "" is not a valid record ID.
or
- type: INVALID_RECORD_ID,
- message: Value “null” is not a valid record ID.
{
"base_id": "app79o7utxxxxxxxx",
"table_id": "tblX72VLbxxxxxxxx",
"id": "recFiGciCKxxxxxxxx",
"multi__fld6r4S3eOxxxxxxxx": [
{
"id": []
}
]
}
tried also an empty array because in the forum here was also something like this as solution but it also not worked
