How do I remove duplicate dates?

I’m new to Make and I’m not sure how to remove duplicates.

I have an iterator that pulls dates, but my dataset has duplicate dates. I want to remove the duplicates. For example, 1/1/2023, 4/2/2023, 1/1/2023 becomes 1/1/2023, 4/2/2023. I want something after the Tools module that removes the duplicates. Help please?

Here are some pictures
workflow

Hello,

Combination of split and deduplicate function can help with this, please try as shown below,

Input:

Output:

Hope this points you in the right direction, thanks.

2 Likes