Repeating Group: Search For Users showing current user results

Hello all! I made an admin portal with graphical ui to approve or disapprove users based on their provided info. But the problem is repeating group showing results of the user who is logged in instead of all users with constraints, verified = no, which is very strange. I am attaching screenshots below:

Editor:

Any help is highly appreciated!

Hi there @ubaidziad! Try checking out your privacy rules :slight_smile:

1 Like

Can you help me identity the real problem with Privacy rules? I am not too good with Privacy settings

Your privacy rules settings only displays user’s data for the currently connected user. While you want to display data for all users in your admin portal.

I would suggest that you add a new privacy rule as follows:
Name: Admin
When: Current User is Admin

Assuming that you have a field that says that this user is an “Admin” and that you want only admins to access user’s data in your portal.

Hope this helps !

1 Like

Spot on! Thanks for helping @ahmed.elkaffas1 :blush:

My pleasure !

Hi! Thank you for your help. It worked.