I have this project below and I want to limit the viewing of the “Sara” page to just one user through their registration email.
What expression can I do this and where do I do it?
(USEREMAIL() = "allowed-user-email")
It worked. Thank you!