Hello
IS THERE A WAY TO SAVE (with TinyDb) MANY VALUES EASIER THAN CREATE A BLOCK FOR EACH ONE?
For example below, for 5 tags I have to create 5 blocks. If I were 20 would I do the same again?
1 Like
Sure.
Sample projects:
Also please do not use caps in title and post. It seems to me that you are shouting
2 Likes
to store a lot of value you don't have to do that.
you just need to put everything in a list like this :
and then if you want to get the data from the list you just have to do this :
These blocks will store individual tags and values to a tinydb from a list of lists
You could also just read in the data from a file, and avoid having the data in blocks anywhere upstream.