Hello everyone
While making an app with adalo, there is something that comes to mind, so I ask for help.
It may already be there, but I couldn’t find it. I saw almost all the manuals and videos. Sorry.
How to make the screen displayed according to the property value?
For example :
property(“A”) → Make a screen show (A screen)
property(“B”) → Make the screen invisible (return to the user’s screen)
//
Current situation for this user:
The user is already logged in to the app, is on any screen of the app, or is watching another app or cartoon.
what I want:
In the user’s free situation, when the above flag value is changed to “B” → “A”, the screen A is immediately display.
//
Thanks for reading the long article