How pass variables and lists values among different screens in Kodular?

You can use -
controls_openAnotherScreenWithStartValue
in ScreenName enter the Screen Name you wish to Open.
in StartValue enter your Variable which you wish to use on the other Screen.

On the other Screen use -
controls_getStartValue
to get the passed Variable.

Also TinyDB can be used.
Edit - But Don’t use. :grin:

4 Likes