Hi,
I am curious if it is possible to reuse a collection on various pages, but with different set of filters depending on a page. Let’s suppose that I have a collection of some sort of companies and two pages:
Page 1: list of companies → Page 2: details of a company (selected from the “list of companies”)
I am fetching the list of companies from the companies table in my database. Now, in the details of a company page I would like to apply a filter to the very same collection on the condition that the mentioned page is opened. Is it possible or should I just create two separate collections in WeWeb?
Cheers,
Maciej