Combine and Nest with different targets

Hi,

I’ve a collection, the items of this collection need to be nested into different areas of the page depending on their categorization.

This works but now we need to filter them (with a single filter), i’m worried the combine process will break the nesting, what is the best way to do that? (if possible)

https://preview.webflow.com/preview/sisa-srl-e39523552d90c5458045481aee215d?utm_medium=preview_link&utm_source=designer&utm_content=sisa-srl-e39523552d90c5458045481aee215d&preview=2b164691bc9b9a8b2af100eccd5899e5&pageId=672995a43d8968f4ca94686f&locale=en&workflow=preview

the page is “dashboard-test-accordion-finsweet”

hi, we had a problem with webflow (a corrupted backup they said)
so we had to transfer the project

https://preview.webflow.com/preview/sisa-srl-e39523552d90c5458045481aee215d?utm_medium=preview_link&utm_source=designer&utm_content=sisa-srl-e39523552d90c5458045481aee215d&preview=2b164691bc9b9a8b2af100eccd5899e5&pageId=672e13a64503f64f2a3cdb3b&locale=en&workflow=preview

here the new readonly link

Hey @gianluca! By saying:

This works but now we need to filter them (with a single filter), I’m worried the combine process will break the nesting, what is the best way to do that? (if possible)

Do you mean the implementation of CMS Combine to then filter both collection lists? :thinking:

We can delay CMS Combine until after CMS Nest is done nesting item, and we can also delay CMS Filter until CMS Combine is done. In theory this should work if what I understood is correct.

You can build the complete implementation and I will take a look if anything is breaking.