Hi all,
I have Prompt Database and Playbooks Database. I created a view for the prompts.
I’m embedding a view from my Prompt database into several Playbook pages. Each prompt is linked to a playbook via a relation field.
The goal:
I want to reuse one view and embed it in multiple playbooks, each time showing only the prompts related to that specific playbook.
The issue:
When I add a filter to the embedded view, it also updates the original view used elsewhere. So I can’t apply a playbook-specific filter without affecting other playbooks using the same view.
Question:
Is there a way to make filters local to the embedded view, so I can reuse a single view across different playbooks — each with a different filter? Or is there a workaround that achieves this kind of dynamic filtering?
Thanks for any tips or examples!