hi everyone:
How can someone, who is now registered on the site and directed to the dynamic page, won’t see himself in the repeater as well?
$w(" #dynamicDataset ").onReady( () => {
const ownerid = $w(’ #dynamicDataset ').getCurrentItem()._id;
if (ownerid === wixUsers.currentUser.id ) {
???
???
this is great now how should I continue the code if I want to filter this member from being show on the repeater?
In the picture you can see (even though it is in Hebrew) that the username that appears on the page is also in the repeater. How do I filter it? My database consists of users who register into the database and from the database I connect a repeater. Because the user has filled out a form and it fits in the settings for other users he also sees himself which is not good. I try all day also in code and fail.