in the first place as you see the tag: join get selected starters
I even tried listpickerstarters but nothing happened. same result
Apply Do It with the companion to see what is in the taglist and the list you are building up
Show us the results.
Also, explain to us how you are using TinyDB.
What are the tags, and what are their values?
Also, how does that help you?
TinyDB is being used to get the items the person has selected. For that purpose, there are 2 TinyDB.
Tags are used to get the item's name/title/topic.
It helps me to get the item's name on the cart screen.
Your answer is not specific enough.
A description of a tag and value setup must include the word 'of' as in these samples:
Price of a menu item
Birthday of a friend (by unique name)
Debt of a customer (by name)
In all cases the name after 'of' is the tag and the value is before the 'of'
So answer the question using 'of'
Also, multiple TinyDBs need more descriptive names and different Namespaces, to avoid mixing up the debt and birthday of the same person.
So how to put it in codes?
Go back and reread my Fruit Stand sample.