Hi everyone!
I'm having a small hiccup here and not sure what's the cause for the issue and hope that the community could offer some hints or insights into the problem.
Issue: Previously I can add, modify, and remove records from a SQL db. Today, it seems that I am unable to do so. No code has changed and the error is stating that:
"The specified record was not found. Failed to update item xxx"

The patch expression is as followed:

If I run a similar expression in SQL it works just fine:


Interesting enough, my REMOVE expression does not return an error but also does not delete any record(s).
Tested a similar code against SharePoint Online and everything works as expected.
Is anyone else having issues saving to a SQL table? Any help would be greatly appreciated!