using Python SDK.
If I use add_row
it will tell me that this is not allowed.
If I use update_row, and with a random value (if value != null), it will return the following error.
"errorCode": 1110, "message": "cell.value must be null if cell.linkInFromCell is non-null."
If I use update_row, and with a value:null it will claim that value is missing.
Do anyone know how to use this API properly?