Hello everyone. After adding this block that creates dynamic components I get such error, can anyone tell me what I'm doing wrong?
Show your procedure format number
I checked, if I disable the block with those dynamic components, then I don't have any error
Use an if then statement in procedure, if get number is empty set get number to 0 else ....
After this, with income I get such result and it doesn't display one value and displays "false" and with expense it shows such error
Where in creating dynamic components do you set value for those labels ?
What is stored in global boolExpenses ? a boolean true / false ?
yeah, when the user chooses add income, then boolExpenses is false, when it's add expense, then boolExpense is true
Do you wish to post your aia here ?
Yeah, thank you the sum is displayed now, but somehow it repeats the old transactions when you add new ones
!The problem is solved now(by storing them in a dictionary and giving unique tag), thank you for your help. As I'm new in this topic with dynamic components, I don't really understand how I need to save them, so the next time the app is opened they will be displayed. Maybe do you have any advice how to do it?