Hi,
I have a PowerApp which is connected to a local SQL Server through a Data Gateway. On the click of a button, I am trying to update a specific record in a table. I am trying to use the following patch function:
Patch('[dbo].[SOP10100]', First(Filter('[dbo].[SOP10100]', SOPNUMBE = "QTEST1028")), {SOPTYPE:2, DOCID:"STDORD"})The error that I am getting is the following:

I can't figure out what I am doing wrong...the record exists in my table:

Any ideas?
Thanks for the help,
Tudor