I have two collections: Courses and Sections. I have created a one-to-many relationship (from the Course perspective) between these two collections in which a Course can have multiple Sections, but a Section can only belong to one Course.
In one of my screens I’m trying to display the current Course’s Sections. However, I am unable to navigate to the Section names for that Course. When troubleshooting, I found that if I flipped the relationship so that a Course can only have ONE Section (not multiple) Adalo recognizes this allows me to select the name, number and other attributes of the ONE Section that is linked to the current Course.
Hoping others have might have an idea of what is going on here?