I'm struggling to create a factory that can set a completion flag for a value within an object. The object in question looks like this:
{"key1":"value1", "key2":"value2", "key3":"value3"}
My goal is to retrieve and operate on the value associated with key1, then somehow mark it as completed or successful for future reference.