I want a row of data displayed based on user inputs, but Wix only displays a single value of multiple in the column it is connected to.

I wish to have a table display an entire row of information, based on the user selecting a course. Here is what the editor mode looks like:

The idea is for the user to select the course from the dropdown, thus returning all tutors that teach the desired course. The table should display the relevant rows. Here is what it currently looks like on preview:

Based on the content manager, there are multiple tutors who teach the inputted course, but only one entry shows up (at the top). As well, irrelevant courses and their entries show up below it.

How do I get the table to display ALL tutors who teach ONLY the inputted course? The output should be the 2-3 tutors who teach MATH 102.

All help is appreciated!