Filtered list pulls the right data but doesn't display it

Relatively new user here and I UTFSE before writing. Would appreciate some help here as I can tell it’s working correctly on the back end but not properly visualized for the user.

Context:
I’m making an app to help people search for colleges. The idea is that first, you’ll search for a major that you want to study, then that page will link you to the country page, where this list will filter out any countries that don’t have the major you want to study. Once you go to the country page, you’ll see all the universities that have your major.

Collections:
Countries, Universities, Majors

Majors are M-M with Universities
Universities are M-1 with Countries

Example:
IE University contains a Business Administration Major. IE University is located in Spain. Ergo, if I go to Business Administration and then go to the country screen, I should see Spain as an option.

Problem:
When I get to the country screen, the list IS filtering correctly. A grey box where the country’s flag should go (and which links to a screen with more details about that country and its universities) is visible, as well as the “favorite” status for the countries. The link even works. However, no title or subtitle information is displayed, nor is the flag visible. What gives?

The filter applied is "Current Major → Universities → Countries all

Screenshot:

Fixed it. I ended up deleting the whole screen and starting over, same exact configuration and it works just fine. Might have been something odd from having copied a similar screen, so if you run into similar issues I’d recommend just doing a fresh one.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.