Skip to main content

Lets say I have two tables:



  • Tasks

  • Projects


Tasks can be linked to one project.


When I have a Project open, I’d like to navigate to a view of Tasks which is filtered by that Project. Preferably with one click. Is that possible somehow?

Unfortunately, Airtable does not provide this very basic & much-needed functionality, so I would highly recommend sending an email to support@airtable.com to request that they add this functionality in the future!


In the meantime, you can use @kuovonne’s app My One Record to accomplish this:







You could do this with Interfaces pretty easily. Though the “tasks” would be a grid view, you’d have to use one of the list components to select a “project” as you can’t have a selected row in a table affect another table element yet.


Reply