Delete item double item in list

Goodmorning!
There is a method do delete a item double in a list?
As: [“Wine, Flour, Apples, Rosmary, Apple, Sugar, Wine”]
To: [“Wine, Flour, Apples, Rosmary, Sugar”]

Thank You in advance

Check this snippet :point_down: by @Taifun

How to pick a random item from a list without picking duplicates?

OR

You can also use the RemoveDuplicates ListUtils extension

2 Likes

Here’s a draggable value procedure you can use …

2 Likes

Hi Carlo,

Here is the link that helps you in general about treating list items. Remove duplicates, sort the list etc. You can use this extension to save time and extra blocks and works.

@Ulubilge
The link I posted as ListUtils extension and the link you posted in above reply is the same I guess

Perfect, and work well! Thank You ABG.

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