Issue with CMS Nest

I have a “resources” collection with 6 multi-reference fields from 6 other collections. I’m trying to display nested tags, so I want to nest 6 collections under the “resources” collection.

I followed the structure in the cloneable Nest + Nest and used the debugging tool. It shows that 4 of the collections are working, but the other 2 aren’t, even though they all have the same setup.

Here’s the read-only link:

https://preview.webflow.com/preview/adb-spp?utm_medium=preview_link&utm_source=designer&utm_content=adb-spp&preview=87f45fc4c0bcebfecc9f929807e6bdca&pageId=66bd244208f50040b938cae7&locale=en&workflow=preview

Please help! ^^

Hello @logins! I am having an issue with the read-only where this collection is shown empty so I can really check.

But which collections are having issues? Can you share a screenshot of one of these items so I can see the referenced lists?

For the lists that are giving you problems, are they missing from all items? Or just some? The one I see is consistently empty is the fs-cmsnest-collection = org could you please verify all items have an element in this reference field?

Hello, I just realized the nesting is working fine it was just the field was empty that’s why the debugger gave me the error. I will follow up if any issue arises again. Thanks!

1 Like

Great to hear! I’ll be here if you need any help :wink:

@Support-Luis so everything is going well now and I am about to wrap up my page but I am facing an issue with CMS Sort … I have a number field with fs-cmssort-field=“rec” giving order for each resource type so I want to sort the collection based on this number. it doesn’t seem to work idk why. I set the select option value to “rec”

<option value="rec">Recommended</option>

you can find the read-only link here

Hey @logins! Could you please add a blank option so that the list does not sort on load by default?

This should do <option value="">Sort by</option>. Just to be sure the recoption is not working