Custom Member's Page with Filtered Owner ID

I have created a Member’s Page, so it’s only visible to site members. I want this page to house information that’s specific to each member. Each member will have the same categories to choose from, but the information they see is only specific to them.

I want to use repeaters on a member’s page to display information that I put into a dataset, but I don’t want all members to be able to see everyone else’s information. I only want the data to display that particular member’s information.

This is data that I enter into my dataset. I’m not asking the customer to input anything.

I can’t figure this out. I’ve spent hours watching tutorials, reading forums, and playing around with code. I have tried referencing and using multiple datasets and filters, and nothing is working.

Here is an example of one of the “member’s” pages… please note that right now, I have to create an entirely separate page for each of my clients to get this to work correctly. Then, I have to create a separate role for each of them and assign that role to them so they are the only ones who can see this page. (but I have it turned off for this thread)

https://www.ahoneycreations.com/designs-by-ahoney

Your help is appreciated greatly!!

Amanda

You already mentioned the important CHECKPOINTS…

  1. _ownerID
  2. getCurrentMember();

So what exactly would be your steps in the right order?

  1. User loggs in and you get all user’s data?
  2. After you know all user’s data → you are using the _ownerID to filter for results?
  3. After you got the right results of the right user → what next?
  4. Of course you feed your (at this moment still hidden repeater) with the found user-data (it will be the data of just one user only), and unhiding the repeater —> to present the user the current results?

Follow the following 2-posts…

https://community.wix.com/velo/forum/coding-with-velo/search-and-filter-data-colecction-with-text-input?origin=notification

You could learn from them.

Hello and thank you for the reply but the user is not entering in any data themselves. I am entering in data into a database.