Record Type Two Tables

I'm new to appian and hope people can help with my newb question.

Tables Involved: Project, Request

Project Fields: projectId (PK), projectName

Request Fields: requestId (PK) , dateRequested, projectId (FK)

I'm currently at the record type that I have for Request table. Now, I want to display the projectName field from the Project table in this Reqeust record type. How do I do that? Is the PK-FK relationship enough to do it?

  Discussion posts and replies are publicly visible