# How to remove duplicates from an array?

**URL:** https://community.glideapps.com/t/how-to-remove-duplicates-from-an-array/61471
**Category:** Ask for Help
**Created:** [May 8, 2023, 6:47am UTC](https://community.glideapps.com/t/how-to-remove-duplicates-from-an-array/61471 "2023-05-08T06:47:00Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Simon\_Hill](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/simon_hill/32/94730_2.png) [@Simon\_Hill](https://community.glideapps.com/u/Simon_Hill)
#### Post date: [May 8, 2023, 6:47am UTC](https://community.glideapps.com/t/how-to-remove-duplicates-from-an-array/61471/1 "2023-05-08T06:47:00Z")

</div>

Anyone have a tip for how to remove duplicates from an array please?

For example,

Apples, Pears, Cherries, Apples

to become

Apples, Pears, Cherries

---

<div class="post-metadata">

### Author: ![Simon\_Hill](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/simon_hill/32/94730_2.png) [@Simon\_Hill](https://community.glideapps.com/u/Simon_Hill)
#### Post date: [May 8, 2023, 6:49am UTC](https://community.glideapps.com/t/how-to-remove-duplicates-from-an-array/61471/2 "2023-05-08T06:49:34Z")

</div>

Found it… Unique elements… I was looking for remove duplicate elements 🙂

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [May 8, 2023, 6:50am UTC](https://community.glideapps.com/t/how-to-remove-duplicates-from-an-array/61471/3 "2023-05-08T06:50:13Z")

</div>

Convert your joined list into an array using a split text column, and then use the Unique Elements plugin.

> **[Glide • Unique Elements column](https://www.glideapps.com/plugins/uniq)**
>
> Remove duplicate entries from an array

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [May 9, 2023, 6:51am UTC](https://community.glideapps.com/t/how-to-remove-duplicates-from-an-array/61471/4 "2023-05-09T06:51:00Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
