Hi all,
I have a choice type column in my table and what I want to do is to set the choice column as null for existing records just like it is null for new records when the default choice is set to "None".

I tried patching Blank() to the record but it did not work
Patch(Cars,carRecord,{Color:Blank()})
Is it possible to set the choice type column value as null?