I am creating a directory of artists that have the following tags
medium (painting, ceramics, etc)
location (CA, NY, OH)
gender (female, male, nonbinary)
In the interface, I am able to create a record picker for gender that connects to the record list, however I am stuck on trying to connect the other tags to this same record list.
I want to be able to use the dropdown record pickers to filter the table via multiple values. How can I do this?