I've been struggling to clone Parse objects without affecting the original ones. Despite trying various methods like Parse.Object.clone() and converting to JSON, I haven't found a working solution. I came across some recommendations online but none of them provided a real fix.
Is there really no reliable way to create separate clones of Parse objects with independent attributes?
My goal is to implement a 'cancel changes' button that reverts back to the cloned versions without saving any modifications.