How can I use variables in several screens?

I dont know how, please , help me in this question.

Can you explain.

If you are trying to get values present in variables of screen1 to other screens, then you can do it by 2 ways:

  1. Pass the variable value to other screen by using start value block.

  2. Using tiny db, you can store variable values in tiny db and access it in other screens.

2 Likes

Thank you very much!!!

you might want to read tip 1


Taifun