Many to many relationship and list collection

Hi guys,

I’ve a little problem.
My situation :
I have 2 section in my Database.

  1. User
  2. AskedHelp

A user (name : X) ask for help (he can’t ask more than one time for help). Differents users (names : A, B and C) can propose their help to X or also to other people who need help.

How can I show a list to User X with informations of A,B,C (name/city/…) when I use the many-to-many relationship ?

Thanks to u :slight_smile:
Have a great day

Hi @Yunae ,

Here is cloneable app that you can use as a reference,

Delete all of these first to try,

1 Like