When I try to split the lists that I retrieve from TinyDB, it says there is only one element. However, when I use the data without splitting it, it is recognized as a list. I can't fix it.
Also, I created a new screen and copied the TinyDB component there. On this new screen, I changed the name of the TinyDB component, but it still behaves as if it is using the old name and keeps the old records. Even when I clear the data, it doesn’t work. What can I do?
You must initialise the global variable with empty list but it seems you have initialised it with an empty text.and you must add items as a list only but you missed to make the items as list and added arguments which means text elements