Editing json in a row leaves behind entries

Options
[image.png]Here you can see I have some starting json that I'd like to save in a new row. No problem, it works (test_save_json_1 shows you what's been saved)

Now I have a different json entry that I'd like to replace the old one with. But when I edit the json the resulting saved json (test_save_json_2) contains both the old entry abc: 123 and the one I wanted to replace it with abcd: 45678. I only expect abcd: 45678 to show up. 

https://x0n1-tbv3-v8eo.n7.xano.io/admin/workspace/1/function/33

Comments