If I edit a row and delete a property, it doesn't actually remove the property. Setting the value to null doesn't remove the property. Setting the value to undefined causes an error, so that's not going to work.
I wonder if Studio needs to delete the record, then recreate it so it doesn't treat it as an upsert.
If I edit a row and delete a property, it doesn't actually remove the property. Setting the value to
nulldoesn't remove the property. Setting the value toundefinedcauses an error, so that's not going to work.I wonder if Studio needs to delete the record, then recreate it so it doesn't treat it as an upsert.