Hey guys,
I have 2 tables with the following purposes:
- “People” (listing all my contacts)
- “Tasks” (listing all my tasks, including a relation column to the “People” table
I have also created a Person template page, which I have set as the value for new rows in the “People” table.
What I would like to do is adding a view of my tasks to the template page, and automatically filter that view by the person that is represented in the specific “People” row.
So basically I want to avoid having to manually set a filter for the task view on each people record.
Also, what I just realised, this would mean I am creating a long list of views of the ‘Tasks’ table. Is there a way to avoid this?