This is the case:
Users of a community can claim spots on the guest list for a band.
When they claim a spot I make a new row in the Guest List table.
Then I make a relation from that reservation to the gig as well as to the user.
On the personal page of the user I want to show his or her’s reservations.
I do so with an inline list that collects info from the guest list relation.
I am having one user where everything goes expected: 2 reservations on the personal page.
But when I log in as other users with one or more related reservations nothing shows up.
I assume it will be a stupid thing on my side, but does anyone have an idea what can be the issue here?
No, here you only see the top of a list of 2000 people where maybe 50 are in this specific list.
For example this one has 2 related gigs as well that don’t show up.
The source table is Users.
Per component, I choose if and how to filter.
For example some content is only shown to people that are now paying members.
And a text component is related to a column from the signed in user.
And the list we’re talking about filters ‘mail is signed in user’
But when I don’t filter I see only 2 reservations (the two by Pip) where there should be 17.
Glide should have a checkmark for that filter which says “Filter by signed in user” and SOOO many of these problems would go away or at least would be a key help/.
This bit me at least 4 or 5 times when I started cause it is just not that intuitive. You just expect to see your ‘stuff’ when you are a signed in user; so when it is ‘correct’ for the first person in the list but not for anyone else…frustrating triage time occurs.