I retrieve from TinywebDB a lot of tag, for different tasks of my app, so I have introduced a variable "global deleting tag " in "When... got value" block.
My app shows in a listview events younger than a week (604800000 ms), and I have usually no problems, all perfectly work.
But sometimes (I made no changes!) events disappears from my listview because they disappear from the TAG "list" (I check for "list" values online at the address of MIT server http://tinywebdb.appinventor.mit.edu/)
Attached 2 screenshots of blocks I use.
TAG "list" is deleted in orange.
"event uploading time" is at index 1
Is it possible that this is due to connection issues? (problems with "event uploading time" value retrieve, or problems with get mills now value?)
Is it possible that this is due to companion?