I have been searching for my answers, but didn't manage to find it so far. I have the following problem. When testing the updates via the test function under services, I have no issues (using "where" and "operations" parameters) but when i'm trying to test it via the app, it doesn't do any updates.
For example i'm having the default value of {"$set":{"Approver":"John"}} behind the "operations" parameter, so nothing is even scripted. When I invoke the same service by clicking on a button in my App, it doesn't update anything.
I have added 3 pictures showing all the setting i was using, also showing that the test were successful. I added an alert message when the rest service event = error, the errorThrow is giving me "bad request" and the textStatus is giving me "error".
I have tried with both the Appery proxy and without one. Normal queries (list) are working fine. Hope you can help me again.