How can i transfer a label text from a screen to another

How can i transfer a label text from a screen to another.

Two Way:

  • Using TinyDB component You can Transfer the Label's Text to another screen, the store Value block In the TinyDB helps you store the value to transfer, and In the another screen You can use the Get Value Block to get the Value.

  • You can open another screen with Start Value and after that You can get the Start Value using Get start value Block and set it as the Label text In the Second Screen.

The First way (Using TinyDB) Is told By TIMAI2 Thank you!
The Second way is Opening another screen with Start Value
Screen 1 Block:


Screen 2 Blocks:

Note: TinyDB component Is for saving data so when the user closes the app's data will be remembered for the Next time (Recommended)

Refer to this post :

Whole answers in this post

Do a block representation to support your post

Easy enough:

SCREEN 1 Blocks

image

SCREEN 2 Blocks

image