so i have a mit app inventor project for taking record on money expense based on certain category, i make two db using tinydb (dbHistory, dbTotal) in the add expense page, every time i add new expense, Instead of saving it to dbTotal data, it saves it to dbHistory why is that.Add Expense Page Blok
so when i test it on my phone and display it in list view using getAllTags, the total which shoud be saved id dbTotal is displayed in dbHistory
here is the block on the home page enter image description here
i expect it to be working normally where the total saved into dbTotal, and not saved in the dbHistory
i'v tried to do it one by one where i test only using the dbTotal only and its work same goes for the dbHistory but when the two combine and execute at the same time it give above problem