[Solved] How to remove duplicate from a list viewer

Hi!

I have an Airtable where a new row is created every time someone enters a post. I display the contents of the column in a list viewer. I was wondering if there is a way to remove any duplicates.

*I wanted to upload a picture of my list viewer and Airtable, but my access keep on getting denied. Sorry!

Thank you,

I believe the Dev’s are working on the access denied part as many of us are having that issue. As for removing duplicates from a list, the way I would do it would be to recreate the list. Use the “for each” block and check if the item from list 1 is in list 2, if true move to the next item else add to list 2. Extra blocks but usually the simplest way I know how.

1 Like

Hey guys!

Here is a shot of 1 way to accomplish this

_tryItLive

_remixLink

Hi!
It worked! Thank you so much!

1 Like

Glad it worked for you! Can you mark it as a solution so that others may be able to search it easier?

1 Like