Hello everyone,
I am working on a mobile app in the new beta version of AppMaster.io and facing an issue when trying to pass data from one screen to another.
What I Tried :
- I stored the data in a global variable (e.g., a string or object).
- Then, I tried accessing this global variable on another screen.
- But the data is not being retained or accessible on the next screen.
My Questions
- Is there a specific way to pass data between screens in the new beta version?
- Do I need to handle global variables differently?
- If multiple users are using the app at the same time, is there a chance of data conflicts when using global variables? How can I avoid this issue?
- Are there best practices or alternative solutions to achieve this?
Any help or guidance would be appreciated!
Thanks in advance!