Skip to main content

Removing duplicates from lookup fields?

  • September 29, 2022
  • 5 replies
  • 35 views

Forum|alt.badge.img+1
  • Known Participant
  • 17 replies

Is there a way to set up a lookup field without duplicates?

5 replies

Mohamed_Swella1
Forum|alt.badge.img+17
  • Inspiring
  • 1030 replies
  • September 29, 2022

Hi @Y_S

Instead of Lookup use Rollup and choose ArrayUnique() , this should remove the duplicates


Forum|alt.badge.img+1
  • Author
  • Known Participant
  • 17 replies
  • September 29, 2022

Hi @Y_S

Instead of Lookup use Rollup and choose ArrayUnique() , this should remove the duplicates


Hmm what should I put in the formula box?


Mohamed_Swella1
Forum|alt.badge.img+17
  • Inspiring
  • 1030 replies
  • September 29, 2022

Hmm what should I put in the formula box?


Just like that it should work


Forum|alt.badge.img+1
  • Author
  • Known Participant
  • 17 replies
  • September 29, 2022

Just like that it should work


Turns out i needed to do like this for it to work


Mohamed_Swella1
Forum|alt.badge.img+17
  • Inspiring
  • 1030 replies
  • September 29, 2022

Turns out i needed to do like this for it to work


Yes, you shouldn’t have removed “values” from inside the bracket, I didn’t notice it in the first screenshot :slightly_smiling_face: