I’m having trouble updating records with client side storage. I’m able to add records and delete those same records, no problem. The trouble begins when I make updates to records which results in losing other records. I also noticed that when I delete records which had multiple updates, I see different recIDs and the previous info in the changed fields. Basically, the earlier versions show up in the list. As far as the lost records, I never see those again, my guess, they get deleted or overridden by the update.
The app I’m writing is very simple, pick an item–add to list, if not in the list use ‘create record’, if in the list use ‘update record’. (And yes, I use GENERATE_UUID when I create the record.)
There has to be a way to use the ‘update record’ function using client side storage.
Any ideas? Is this a bug?