Passing data from one screen to another

Hello

I am trying to move bits of data from one screen to another. I have seen this done previously with local storage, but cannot find it on the app development screen.

Can anyone help?

Just make an app variable on that screen, and then you can use it on another screens by its name.
Documentation for vatiables : Variables - Thunkable Docs

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