Hi there,
I’m trying to build a review system that is a 1:many relationship (one doctor: many reviews) but I’m stuck on how to retrieve the list of reviews. Right now I have:
- One collection of doctors
- One collection of reviews (this will be dynamically added as more reviews come in), with a reference key to the doctor
I’d know how to write the SQL to easily join them if they were tables, but just don’t know how to go about it in Webflow.
Thank you for your help!