Is it possible to send value from one screen to another?

I need to send one data from one screen to another screen, Is that possible?

Because I am not able to see any component to share data.

1 Like

Yes it is, try using a variable or the local storage component.

3 Likes

App/stored/cloud variables all accomplish this task.

Set the variable to the value on screen 1

Call the value on another screen

Check out the sandbox app
Use the side navigator and go to screen “move text to another screen”

2 Likes

I was convinced that all “app xxx” variables are present in all screens?

any ‘app’ type variable will be accessible across screens.

function type variables are not.

2 Likes