A tag is an identifier. Every record in the database has to have a unique identifier. If you use "tag" over and over, you just keep overwriting the value for "tag" over and over too.
You can store things in lists and then store those in the TinyDB. In your example. "tag" will first be name, then phone, then notes. Since Notes was the last one you stored, it'll be the only value for "tag."
You could store the values for the first person as a 3 piece list, then save that list as the value to a UNIQUE tag...
Also, in your second block, you're not clearing notes, but instead putting ther word "Empty" in the the notes text box. Clear it by putting a blank string in there instead.
In the blocks Editor, go to the Variables link in the left hand panel.
On Monday, April 14, 2014 11:55:28 AM UTC-4,
tec...@gmail.com wrote: