Interactive Task List Items are not saved correctly

Check out the latest beta and let me know if this works better.

BTW, this was a weird problem where an integer value was somehow being corrupted when being passed from Javascript to the Apple Swift APIs. I changed the integer to a string on the JavaScript side, and then converted it back to an integer on the Swift side, and then everything seemed to work correctly.