Canteen App (Cart)

@SteveJG and @ABG I have tried whatever you told me but it doesn't work either. I hope you can try to help me with codes that would be a great help because I think there are only 2 places where this is happening because of which instead of 2 items 1 item is coming.

1st place

2
2nd place

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.

1 Like

Also, explain to us how you are using TinyDB.

What are the tags, and what are their values?

Also, how does that help you?

1 Like

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.

1 Like

So how to put it in codes?

Go back and reread my Fruit Stand sample.