Finsweet Nest component carousel slider - Slick or Cycle2

Hi Webflow code whizzes. I have been working on this for the better part of the week so I’d love some help. I have working finsweet nest components to work around the webflow nest restrictions. And I have figured out the structure to nest inside of the slider and it mostly works.

Currently, the issue is that the nest js script and the slider, either cycle2 or slick are loading before nest completes. So it treats the items in the nest as one item , ie one slide. I’ve tried loading the script after the nest but it doesn’t seem to affect it. I’m thinking if there is a statement that says run this script when this one finishes that might work.


Here is my site Read-Only: https://preview.webflow.com/preview/trm-assets-copy?utm_medium=preview_link&utm_source=designer&utm_content=trm-assets-copy&preview=e92f1bf501de2c51af5da71e6d585013&pageId=60470035f16127c3e758b3a4&mode=preview

and the live site - https://trm-assets-copy.webflow.io/nest-gallery

Maybe it’s not possible with a simple code add snippet but logically there seems to be a way to make this work. The finsweet js grabs the collection list and puts it into the multi-ref-target. Then those items/divs in the multi-ref-target are turned into slides for the Carousel slider.

The end result would be the ability to use a CMS nested gallery Carousel component on a static page. Not limited to the current 5 items.

Thanks in advance for any help on this one.