# Unique List

The Unique List function can be used to filter through a list of data and returns the unique values from the list, removing duplications.

<figure><img src="https://911720298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLBGzn2hXrIMe50klQCv%2Fuploads%2FXPqPxjvmkm02pQHvvw3t%2FGeneralProperties.png?alt=media&#x26;token=179f0316-a813-41ea-bfc8-c11f436294ac" alt="" width="282"><figcaption></figcaption></figure>

***

## Unique List Properties

### UNIQUE LIST

The Unique List function consists of one property section. Similar to the Data Insertion sections, this section consists of a Series List, Name input, and a Source and Destination input.

The **Series** list displays all current Unique List series and interactions in the spreadsheet.

The **Name** input can be manually entered into the field, or bound to a value in the spreadsheet.

The **Source** and **Destination** inputs must be bound to ranges in the spreadsheet. If the bound destination range is not large enough, it will fill all available cells and cut off any that do not fit.&#x20;

{% hint style="info" %}
Note that the function is case sensitive — any value, though the same word, will be treated as two separate values if there is a difference in any of the letter cases.
{% endhint %}

<figure><img src="https://911720298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLBGzn2hXrIMe50klQCv%2Fuploads%2FnAzeNabTz6hkOw9IeLVh%2FUniqueValues.png?alt=media&#x26;token=5b8251c6-f90d-47b5-9d12-444f505675d4" 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://learn.squirrel365.io/components-functions-and-connections/overview-1/spreadsheet-and-data/unique-list.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.
