Insert a blank value into a record's cell

Hi @bgschust,

If the values could not be “zeroed out” (like numeric ones), the only way I know is to re-create the record (copy all relevant information from the old one upon creation and then delete the old one)
Downside of such approach is that you’ll have “Created” and “Updated” timestamps changed.

See similar discussion here: How to allow user to delete image from a record?

Best, Victor

2 Likes