> For the complete documentation index, see [llms.txt](https://docs.onum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onum.com/actions-changelog/unique.md).

# Unique

Learn more about this Action in [this article](/pipelines/actions/utils/unique.md).

<details>

<summary>v1.0.1</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">07/08/2026</mark>

The output fields indicate which ones are the source fields now.

</details>

<details>

<summary>v1.0.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">09/24/2024</mark>

Minor bug fixing.

</details>

<details>

<summary>v0.0.3</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">08/01/2024</mark>

Added option to select output type Event:

```
- name: outputAs
   ui:
     label: Output as
   description: The type of the output
   required: true
   type: enum
   items:
       ...
       - label: Event
           value: EVENT
```

</details>

<details>

<summary>v0.0.2</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">08/06/202</mark>4

Added option to select output type: JSON or comma-separated list (CSV)

</details>

<details>

<summary>v0.0.1</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">07/24/2024</mark>

Initial version

</details>
