Hi everyone,
I am trying to get unique values from a lookup field. I have tried the solution suggested in: Solved: Exclude Duplicate/Repeating Values via Lookup or R... - Airtable Community. by @kuovonne. Which stated:
- Create a rollup field that rolls up the multi-select field. Set the formula to values. Save the rollup field.
- Convert the rollup field to a lookup field. Notice that the lookup will be formatted as plain text instead of the usual pill format.
- Create a new formula field that refers to the lookup field (that used to be a rollup) and use the formula ARRAYJOIN(ARRAYUNIQUE(ARRAYFLATTEN({lookup field})), ", ")
But this does not seem to work for me, as converting the rollup back to a lookup, changes the formatting back to pi lls.
In the screenshot provided you can see the formula I am using, as well as both the rollup and lookup field. I have tried different combinations of using ArrayFlatten and ArrayUnique across the rollup and formula but nothing seems to work...
Any help would be greatly appreciated.










