I'm trying to use Patch to mark a Task row as Completed, following this method:
Patch(Tasks,MyTask,{'Status Reason':'Status Reason (Tasks)'.Completed, 'Activity Status':'Activity Status (Tasks)'.Completed})
Instead, I get this error:
Error: Key statecode with type State/Microsoft.PowerFx.Types.OptionSetValueType is not supported yet.
I can use Patch to update another Task column of the Task. Any ideas on how to do so for the status columns?