How can I transfer several data from one screen to another

I have 2 screens, users can enter different kind of things in a few textbox in screen 1, then I want those answer(data) transfer to screen 2. What is the easiest way?
Thx

The easiest way is to open new screen with start value if you don't want your app to save this data. Otherwise use tinyDB

I know which block you are talking about but could I transfer more than 1 data?

Use make a list block

3 Likes

ok, thx let me try

In next screen retrieve data using select item list

image

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.