Show only whatever current user created

Hello, I’m building my very first app and I’m so happy that the community here is active.

I’m almost done my app and I need help with showing the fields that the current user created only.

So for context, I created a user role Business and Client. I only want to show the client that the current business user created. When I go to different user’s by clicking the “run as”, I’m still seeing ALL the clients.

How do I fix this?

Here’s my repeating group.

Here’s my privacy rule.

image

Please help :frowning:

Is client a datatype? If so, search for clients where created by = current user

Thanks Alex for the reply! It’s under user and I created a field called user role that has the option set business or client

I’m not understanding what you want to show then. A list of users filtered in what manner?