Skip to main content

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?

You can use a Rollup field instead with the ARRAYUNIQUE(values) aggregation. That should get “Joe Newman” to only appear once.


Reply