# Use Selected to Add Blank Record

## Overview

When you need to assign multiple records to a column using the [ForeignKeys](/widgets/column-widgets/form/dropdown/foreignkeys.md) widget, it can be time-consuming to search for and select each record individually. The “**Use Selected to Add Blank Record**” function streamlines this process by allowing you to quickly add all selected records at once to the column configured with the ForeignKeys widget. This improves efficiency and ensures consistency when handling multiple entries.

## How to use

Follow these steps to efficiently assign multiple records to a [ForeignKeys](/widgets/column-widgets/form/dropdown/foreignkeys.md) field using the “Add Blank Record” feature:

1. Open the List View:
   1. Navigate to the [Table List View](/user-guide/list-view/table-list-view.md) to display all records from the table you’re working with. This view allows you to browse and interact with the data more easily.
   2. Apply [Filters](/admin-guide/tables/filters.md) (Optional): Use the Filters panel to narrow down the records shown. This is helpful if you’re looking for specific entries based on criteria such as status, category, or date.
   3. Access the [Record List By the ForeignKeys](/widgets/section-widgets/data-display/record-list/record-list-by-foreignkey.md) Widget (if applicable): If you’re working from a Record List by ForeignKey section, you can also open the record list by clicking the List View icon directly from the widget. This will display records relevant to that specific relationship.
2. Select the Records:

   In the list view, check the boxes next to the records you want to include. You can select multiple records at once.
3. Add a New Blank Record with Selected Entries:

   At the top of the list, click the “**Use Selected**” dropdown and choose “**Add Blank Record**”. This creates a new blank record while associating it with your selected entries.
4. Assign the Selected Records in the ForeignKeys Field:

   In the form where your ForeignKeys field is located. Click the “**Load X Selected**” button (where X is the number of selected records). All selected entries will now be automatically assigned to the ForeignKeys field.

<figure><img src="/files/G0EOrhcKHmK2AjtAoOuW" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.labii.com/user-guide/list-view/bulk-operations/use-selected-to-add-blank-record.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
