How do I display a record that has multiple value

I am using a Fields component. One of the columns in my data can have multiple items in the record. (basically multiple people / names associated with the item I am trying to show detail for).

When I click “Add item” in the Fields component, the column I want to use is not an option.

Any recommendations on how to handle this?

The column you are trying to add is mostly likely an array. Use a Joined List column to convert it to a single comma delimited text value. Then add the Joined List column to your Fields component.

Thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.