Skip to main content

INTERFACE - Multiple record pickers connecting to one record list

  • October 26, 2022
  • 4 replies
  • 112 views

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?

4 replies

Kamille_Parks11
Forum|alt.badge.img+27

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


  • Author
  • New Participant
  • October 26, 2022

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!


Kamille_Parks11
Forum|alt.badge.img+27

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.


  • Author
  • New Participant
  • October 26, 2022

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!