Create custom member page unique to each user

Hello all,

I am trying to add a members area in my website where the admin (me in this case) could post data unique to each user that only the user can see.

For instance, each user can sign up and can see the his data that was posted by the website admin. Each user has unique data and can’t see other users data.

Hope I made it as clear as possible, thanks in advance.

#TotallyCodable

Create a column / field so you can add Email.

On page ready, get current users email address then set a filter to show data that matches that email address.