Custom Member's Page with Filtered Owner ID

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.