Showing data based on logged user

Hello everyone!

I am coming to ask for help with databases and members of my website.

I have a members area. I need to figure out how to show each of my members their relevant information. I’ve found a manual on how to display information they have added to the database. In my case, however, I am the owner of the given data.

Thus, I basically need to show data on a page according to which user is logged in, and I am the owner of the data as I collected and added it to the database. Also, each user has to have access only to their data and no one else’s.

I do hope this could be accessible with the code. Please, has anyone got idea? Any help appreciated.

Thanks, JL

If You add datas i think You need to add field like "member name’ and add it to each record. Than filer datase by this record.take user from currentuser.

Can someone make tutorial on this because I couldn’t not find anything

Find out the ID of logged in user with…
https://www.wix.com/velo/reference/wix-users/currentuser

…and than use this one to get USER-DATA…
https://www.wix.com/velo/forum/coding-with-velo/help-me-to-code-getuser-with-example