I am using "open another screen with start value" block, then at Screen2 I get the name.
But it does not work :(
See my blocks:
Screen1:
when btnNext.Click
do
open another screen with start value
- screenName < "Screen2"
- startValue < txtName.Text
Screen2:
when Screen2.Initialize
do
set lblWelcome.Text to < get start value
I need make a simple example of screen transition, I do not use TinyDB, could someone please help me?