Hello,
I recently switched from Bubble to FF and im still figuring out an issue.
Im creating an app which has 3 tables.
Users, each user has a list of <session>
Session, each session has a <type of session>
Type_session
I would like to show the sessions of the AUTH user that has a certain type session in a list view.
Rn, the only way i found is to first get the Type session i want in a query then show all the sessions and hide those =/= type session i stored.
I'm pretty sure i am missing something obvious and i need help, it would make my day !
Thanks for reading.