I'm trying to update an existing record in SQL Server, via an on-premise gateway. I'm able to read data just fine, but when executing a PATCH, I get the message: "Network error when using the Patch function: The requested operation is invalid".
Patch(xxxx,selUser,{MiddleName:TextInput1.Text})