Hello Power Users, I'm struggling a little bit trying to implement this idea in my application.
I have 2 SharePoint lists, Courses and Books as shown below.


In the courses list I'm using a lookup column that retrieves data from the Books list. Keep in mind that a course can have multiple books so the column has been set to accept multiple values.
Now the thing I want to do is that when I open a course item in Power App, I want to display the books of a course in a gallery, where I have also included the book descriptions and the ratings as shown below.

Any help to achieve this? I managed to do it with labels when my lookup column only accepted a single value with:
LookUp(Books, ID=Gallery1.Selected.Courses.Id).Title and so on. Now I my lookup column accepts multiple values and I can't find a way to fix my code to display the books in a gallery as shown above.
Thank you in advance,
Ville