Skip to main content

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?

You need to use a single Filter element and connect it to the record list


You need to use a single Filter element and connect it to the record list


Is there any way I can use the record picker over the filter element? My design would work better with a picker. For example, I saw someone post the following:

Please let me know if this is possible!


Is there any way I can use the record picker over the filter element? My design would work better with a picker. For example, I saw someone post the following:

Please let me know if this is possible!


That doesn’t look like an Airtable Interface, it is a different tool/platform.

But if all your filters are either Link to Record fields or Lookup fields of Link to Record fields, then you could have multiple record pickers arranged in a row. However, the last picker is going to be the one that really determines which records get shown which is a problem since your filters don’t seem mutually exclusive.


That doesn’t look like an Airtable Interface, it is a different tool/platform.

But if all your filters are either Link to Record fields or Lookup fields of Link to Record fields, then you could have multiple record pickers arranged in a row. However, the last picker is going to be the one that really determines which records get shown which is a problem since your filters don’t seem mutually exclusive.


Got it, thank you for your assistance!