Limit page view to only one user

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?

Solved Solved
0 2 173
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

(USEREMAIL() = "allowed-user-email")

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

(USEREMAIL() = "allowed-user-email")

It worked. Thank you!

Top Labels in this Space