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.
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.
Yes it is, try using a variable or the local storage component.
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â
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.