> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Select and filter Airtable linked records in a dropdown

> Let respondents select Airtable linked records from a Fillout form. Optionally filter records based on prior inputs.

## Video tutorial

In Fillout, you can even filter which records a respondent is choosing from. Here's how.

<iframe width="100%" height="420" src="https://www.loom.com/embed/0b693e23011647ff880973b55489a16b" title="Select & Filter Airtable Linked Records in a Dropdown" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

## Enable dropdown filtering

<Steps>
  <Step title="Create a linked record picker field">
    On the Airtable base you plan to write or update, click `+` followed by `Link to another record`.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/n9ebohD05VHZJ-H5/images/Screenshot2025-11-10at11.19.37AM.png?fit=max&auto=format&n=n9ebohD05VHZJ-H5&q=85&s=4d80d800260f1db8941cd6c1f841a384" alt="Screenshot 2025-11-10 at 11.19.37 AM.png" title="Screenshot 2025-11-10 at 11.19.37 AM.png" style={{ width:"52%" }} width="859" height="445" data-path="images/Screenshot2025-11-10at11.19.37AM.png" />
  </Step>

  <Step title="Connect to Airtable">
    Click `Integrate` on the top menu followed by `Airtable`. Then, choose your **base** and **table**.
  </Step>

  <Step title="Add the field to your form">
    On the left-hand panel, drag and drop the linked record picker field onto your form. You'll immediately be able to pick from records in that associated table.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/O73a9Lw1a3atcmLD/images/Screenshot2025-05-15at7.57.06PM.png?fit=max&auto=format&n=O73a9Lw1a3atcmLD&q=85&s=7efe005034e752192a3b239c7c386f2b" alt="Screenshot of the Form designer tab of a form" style={{ width:"75%" }} width="1036" height="730" data-path="images/Screenshot2025-05-15at7.57.06PM.png" />
  </Step>

  <Step title="Add filters">
    Click the field's <Icon icon="gear-complex" iconType="solid" /> to open the right-hand panel. Scroll down to **Advanced** to `+ Add filters`.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/n9ebohD05VHZJ-H5/images/Screenshot2025-11-10at11.54.52AM.png?fit=max&auto=format&n=n9ebohD05VHZJ-H5&q=85&s=b85be80d345a625f36a017d13dc47102" alt="Screenshot 2025-11-10 at 11.54.52 AM.png" title="Screenshot 2025-11-10 at 11.54.52 AM.png" style={{ width:"30%" }} width="471" height="627" data-path="images/Screenshot2025-11-10at11.54.52AM.png" />
  </Step>

  <Step title="Publish and share">
    `Publish` your form to make the changes reflect.
  </Step>
</Steps>

## Additional custom options

Now, you can customize this field with many options like:

* Allow respondents to create new entries in a new (customizable) form
* Allow selecting multiple linked records
* Select which fields to show (can show images!)
* Limit to a view
* Pick which field to search by
* Filter which records to show based on form inputs or dynamic data
* And many more!

## Related articles

<CardGroup cols={3}>
  <Card title="Create new linked records" icon="files-medical" iconType="regular" color="#FFC738" href="/create-new-linked-records">
    Let respondents create records from your form.
  </Card>

  <Card title="Update Airtable records" icon="arrow-rotate-right" iconType="regular" color="#FFC738" href="/airtable-update-form">
    Edit existing records and pre-fill fields.
  </Card>

  <Card title="Working with linked record pickers" icon="folder-medical" iconType="regular" color="#FFC738" href="/record-pickers">
    Set pre-fills, reference fields, and more.
  </Card>
</CardGroup>
