List Filter logged in user

Capture
Built a multisided app for tasking people. now the thing is, on the client side, the task shows the logged in user>request. But on the service provider side, it does not show. it says “no list items”. what could be the problem?

Hi !

Because on your screen it will only show request from CURRENT USER. I don’t really understand what you need, but think ybout it :wink:

@devrimdmk , thank you for responding. The app i am building is on demand home service app. now i need the users to see their own job requests and the provider to see their own request sent to them

Hello, in order to do that, the user should have 2 relationships with the Job requests collection. The first one should be the “User’s job requests” and the second one should be “Provider job requests”.

Thank you!