I’m still new to using Palantir Workshop and trying to find my way around, so I’d like to explain the scenario I’m working with.
I have two objects in my ontology: ExtractUser
and ExtractMetaProject
. They have a many-to-many relationship — one user can be associated with multiple projects, and one project can belong to multiple users. I’ve already configured this relationship correctly in the ontology.
Here’s the scenario I’m working on:
I have a project that is associated with several users. I’ve saved that project in a variable, and when I try to display the users linked to that project in an object table, all the users show up together in a single cell, rather than as separate rows.
Ideally, I want each user to appear in their own row in the table, so the relationship is shown more clearly and is easier to read. I’m not sure how to restructure my object set or table configuration to achieve that.