Here is one scenario I can think of.
You are using one tag name to store a list of values.
Create a global variable to to hold the tag name and the list of values.
To build the new list and convert it to a csv table set your global variable to list to csv table(make a list(<tag name>,<list of values>))
Now you can use one of the documented ways to email the contents of that variable to yourself.
To get the data back into the app, forward the email to the phone, then you can do a copy and paste into a TextBox in the app then use list from csv table to convert it back to a list.
set your TinyDB tag to the tag name in select list item 1 and the value to select list item 2.
In
> this < thread, Taifun suggested having data (your csv table) on the internet and using the Web component to import it back into the app.
---
Scott Ferguson