Hello everyone!
Currently trying to do the finance tracking app with blocks.
I have:
- Label to show the balance
- Text_Box to type in income|expense
- Button_1 - to add income
- Button_2 - to add expense
- List_View - to show transactions history
Here are my blocks:
I use 2 CloudDBs - one to store Balance (show it in the label) and the second to show a history of transactions.
It is working for the Balance, and somewhat works for History - it does save it, but looks like this:
Can someone help me understand what is wrong?