How do I display the contact on an opportunity when using opportunity contact role object

Thanks, Erik. :slight_smile:
One more option is, if you’re using a model on Opportunity, pull in the OpportunityContactRoles child relationship and access the primary Contact from here. This would allow you to edit the Opportunities in the table (though the Opp Contact Role info would be read-only).

Here’s a tutorial on Child Relationships in Skuid: http://help.skuidify.com/m/models-conditions-filters/l/102520-include-child-relationships

Once you select the child relationship, you can access the Contact or drill into the Contact to get related fields. To return just the primary, you can add a condition to your OpportunityContactRoles relationship where isPrimary = true.