I have some project dashboards which let me add some project specific notes as well as having a bunch of table views with filters to only show items related to that project. I’ve done this by adding a project dropdown to the page and having all the filters reference that.
My problem is when I copy a page for a new project, it copies the dropdown with a different name and all the filters reference the dropdown on the original page instead of the new one. Is there a way to do this without needing to go through each filter to update them manually?