Hi all,
I posted this on Slack but unanswered. Sorry for the cross-post but hoping to get some help here.
I have an app with 3 tables (Simplified for this question)
- Users
- Friends
- Pledges
- Users table has a relationship with both Pledges and Friends. Friends has a relationship with Pledges
- A user can add a Friend using a form. The friend is linked to the user that created it.
- A user can Create a pledge and choose a friend from the drop-down list.
The issue is that when any user creates a pledge, the drop-down list shows all friends (including other users) .
I can’t seem to filter the users based on the logged in user. Does anyone now if this is possible or if there is a work around?
Thanks