Hi all,
Anyone knows how to blank an Option Set field (which is not mandatory by the way) in CDS using the Patch() function from a Power Apps canvas app?
I've already tried this, with no luck:
Patch(<entity>, <item>, {<optionset>: Blank()})
Thanks...