How to remove duplicates from an array?

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

For example,

Apples, Pears, Cherries, Apples

to become

Apples, Pears, Cherries

Found it… Unique elements… I was looking for remove duplicate elements :slight_smile:

2 Likes

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

3 Likes

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