Hi all, I’m a new to bubble so my question may be very basic but need your help !
I have tables and fields as follows
-
User
-
Main Musician
- User = User
- Music Album
- Musician = Main Musician
User can have multiple musicians (User is like a music record label)
Let’s say User have 3 musicians.
- Musician A, Musician B and Musician C
- Each of them has one music album so total of 3 (Album#1, Album#2, Album#3)
I’d like to display all music albums of all musicians for the User,
which are Album#1,#2,#3 of Musican A,B and C
Can anyone help how I can display them in a repeating group?
I tried this :
Seach fo Music Albums
with constraint "Main Musician = Search for Musician:last item(user = current user)
But it only gives me the last musician’s album = Musician C
I want all musicians’ album to be listed
Please help !