Controlling components of screen 1 from screen 2

Hi everyone.I have a doubt… Please read… In thunkable for example:i have screen 1 with a label and screen 2 with a label and a textbox… When we type in the textbox i want both the labels to get the same text…but…the problem is we dont get blocks of label in screen 1in screen 2…i hope you are getting me How do i control components of screen 1 from screen 2??please tell me…it will be really helpful

Show less

REPLY

1 Like

You may initialise an app variable and in the text input field [on change] event to assign the content of the text input box to the variable. In the other screen put a code in the [screen open] event to assign the content of the variable to the label.

This way you can have both synched in different screens

2 Likes