How to query objects in the CloudCode beforeSave?
问题 I'm trying to compare a new object with the original using CloudCode beforeSave function. I need to compare a field sent in the update with the existing value. The problem is that I can't fetch the object correctly. When I run the query I always get the value from the sent object. UPDATE : I tried a different approach and could get the old register ( the one already saved in parse). But the new one, sent in the request, was overridden by the old one . WHAT?! Another issue is that, even