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.
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.