I have a CDS Back-end serving my power app.
several of my fields are for test results {pass, fail, disqualified}
i added these as OptionSets, with those as the defined options.
however... I need to have a way to "reset" many fields (reactivating a resigned employee upon rehire).
is it possible in a patch command to "unset" an optionset value?
in an edit form, i can simply un-select the item... however I cant use 'column name (tablename)'.optionName, as i am trying to un-set the item.
I had hoped it was one of:
Result:Blank(),
Result:[],
Result=''
Anyone able to offer any advice here?