9 juillet 2024 à 15h13
| purpose | remove all duplicate items from the current list |
|---|---|
| input | a list of items |
| parameter | ignored |
| output | a list of unique items |
Learn more about how to use Filters
- Note
- Unlike the default Dominant Append handling of duplication, the effect of
uniqueis to retain only the earliest instance among duplicated values.