How to display content i created to a specific member

Hi all, I am very new to wix code and coding in general so any help would be really appreciated.

I want to be able to show a logged in member to my site specific content that I created for them. For example, Jane Doe is a member and when she logs on to the site and goes to My RSVP I want her to see the RSVP details from the my RSVP_Database but only see the RSVP I created for her. I understand how to display member created content so that member can view and I have read that I can use the members email using the USER API to do what I am hoping to do but I don’t understand how. Could anyone tell me how to get the members page or a dynamic page to check the current logged in users email and display that row from the data base on the page?

Hi,
You can use getEmail method in order to get email of current user.
How do you think to manage your reservations?
Roi.