I need to update a CDS D365 text record each time such item becomes selected via a checkbox in a gallery. To test my approach, I use a hard coded text value in the following formula, but PowerApps keeps saying the function path contains invalid argument. I've read other articles on patching, but it remains a mystery why something so simple doesn't work... Thanks for your help in advance..
Patch([@Projects],ThisItem,{msdyn_description:"test"})