How do I prevent double list from showing?

GOAL:
Same title should not be shown more then double, which means I don’t want to see more than one with the same title.

PROBLEM:
here


The easiest way is to stop people from adding the same thing twice to the database in the first place. There isn’t an easy list filter method to remove duplicates. Here are some videos on preventing duplicates being added:

3 Likes

Hi @theadaloguy

Thank you so much, so helpful, thank you.

1 Like

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