I have an entity that contains a field of type option set. This value is not required. I'm trying to 'unset' from my app by calling:
Patch( Elements, LookUp( Elements, Element=ElementId ), { 'option set field' : Blank() } )
However, when this patch command is called the data is not modified.