Hello everyone. I’m new here. My professor has asked us to make a physics related app and suggested Kodular. I’ve been trying to learn for a while, but as I don’t have much experience, I’m having some trouble saving data. Basically, I want to save a quantity of steps using TinyDB by entering the number in a text box, but I don’t really understand how to place the blocks. In my last attempt, the value was saved, but when closing the app, the values disappeared. Can someone please help me work this problem out? I know it is simple but I have been trying for 2 days and have looked for tutorials but found none. Then I’d also like to show the number of steps on another screen thank you so much.
1 Like
Cont you find any tutorial or guide regarding tinydb and its usage?
FY25Q1 AcrobatBridge in en Esign VID 1920x1080
tinydb will have two main blocks one is save and another is retrieve. If you save data in any screen using the same namespace you can recover it at any screen using the same tag name. very simple.
1 Like
I’d just add that sometimes when data isn’t being saved, it’s due to the tag or namespace not matching exactly across screens. Martina, make sure you’re using the same Tiny DB component (or at least the same namespace if you’re using more than one) and double-check the tag names are identical when saving and retrieving.