Please help me about automatic data refresh error when switching screen1 to screen2

Please use English as official language, so everyone can understand you.

I created an application from kodular, but when I download the apk file to use it, I get an error, when I perform an action but after I exit the application, the previous action has been redone and I don’t want that to happen. there, can anyone help me? Thank you.

Here is an example of my block

Clear the TinyDb data when Screen Initialize.

1 Like

I want when initializing the screen, the data in Tiny DB remains the same and it still displays on a label, please help me, thank you.

Can you explain it more that what you actually want to do?

I want when I click the button, label(A) will be added 100 points and when I switch to screen 2 and back to screen 1, label(A) will still be 100 points.

You’re not using Screen Initialize event here.

Solution:

It should be working as expected :white_check_mark:

Thank you very much, it worked.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.