How do you save text in a label which is set by textbox?

Now it disappears when I close app and then reopen it. How should I make it permanent.

You will have to use a TinyDB for that.

Can u please give me example of code for that

In the links i gave you, you can find a lot of sample code.

Hi Peter,
Can u recommend which one should I refer.

You can just use the tiny DB - store value block to save your data in it.
image
Something like this!

1 Like

Try something like this:

2 Likes

what if I wanna save multiple labels?

protip: try different tags
alternatively learn how to work with lists and store a list in only one tag

Taifun