Problems "Linking to an Existing Page" from a table

I have an Object called Projects and another object called Tasks. Each Project is connected to many Tasks and each Task is connected to one Project.

I have a dashboard where the user can view a table of the Projects and link to a form page to edit the project details. On the dashboard, I have also added a table to show Tasks. I would like to add a link to the Tasks table that would navigate to the form page that edits the Project. Knack seems to only allow me to navigate to the page to edit the Task details. It seems like this should be possible given the objects are connected.

Is this possible? What am I missing?

A work around I managed was adding a details view to the edit Task page, then add a link in details view to the edit Project page. A few extra clicks to get there.