Hi,
I’m trying to get unique text values using ARRAYUNIQUE but the result is returning duplicate entries.
I have a lookup column called airlines with the values: American, Delta, Southwest, Southwest
I want the result American, Delta, Southwest.
But ARRAYUNIQUE({Airlines}) still returns American, Delta, Southwest, Southwest
Any ideas?