Printing two list separate list from tinyDB with different tags

Has anyone found a way to save two list under different tags in tinyDB and print them separately? Also is there a place where I can go to view information saved in tinyDB?

Do you mean "print" or "display" ?

For printing:

To display the lists on two separate screens.

A method to access the tinydb:

  1. Set up your project with two screens
  2. Ensure you have a tinydb component in each screen, with the same namespace (default TinyDB1)
  3. Ensure you have a listview on each screen
  4. Save your two lists to tinydb with different tags (let us call them tag1 and tag2)
  5. On your first screen, set the listview elements to the tinydb getValue tag1
  6. On your second screen set the listview elements to the tinydb getValue tag 2
1 Like