I know this must be late, but the frustration that i went through to find the answer and now that i came across it, I must share. The way to do this is the following
Collect(col_Empty, Blank());
Patch(Products, ThisItem, {'Stores': col_Empty})
Basically you need to set a collection to Blank() as the Stores field is expecting a table data type while passing Blank() directly does not match the table data type required by the Choices.
This must be done if Stores column is a Choices column in your Dataverse table. You're welcome :)
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.