Hello!
I'm trying to make a Shoe store app and right now I have a working Cart (Uses TinyDB). I want to be able to get the Total Price of all the items from my list which is in Index 10. But i don't know how to get all the items in the list and then filter it to only show the Total Price. Is there anyway to make it so that whenever i press the "update" or "add" button, It gets the total price from all items on the list and adds them together?
Then it will automatically set the label "TOTALPRICENUMBER" to the Total Price
Heres my Blocks:
Here's my Aia file
TINYDBLIST4.aia (4.8 KB)
Thankyou for anyone who can help me!