Oct 04, 2019 01:24 PM
I have a lookup field that brings the same data from other table (e.g. Joe Newman, Joe Newman, Joe Newman, Joe Newman). I need to display that information (in this case the name of that person ONLY once) in a page designer block. What can I do?
Oct 04, 2019 03:43 PM
You can use a Rollup field instead with the ARRAYUNIQUE(values) aggregation. That should get “Joe Newman” to only appear once.
ARRAYUNIQUE(values)