Description
We have a static item that needs to be placed inside a nested fs-list that is in a fs-list for filtering. It does work, but it places the static item 5 times in every cms item, instead of just once.
Site URL
Required: Please provide a staging/production URL where we can see the issue
Expected Behavior
Put 1 static item in each list instead of 5.
Actual Behavior
Placing 5 static items in every nested list. And probably more when there is more items on the page.
Video/Screenshots
NDA Notice: If you’re under an NDA, please feel free to send us a Direct Message/Email with the above information.
Hey @studiopiraat!
This is a tricky edge case, and there’s a specific reason it’s happening.
Your outer nieuws–list renders each CMS item individually, and inside each item lives its own instance of thema-tag–list (with fs-list-instance="opinie"). When the static item injection runs, it fires once per nested list instance — so with 5 parent CMS items, you get 5 nested list instances, and the static item gets injected into all of them. That’s why the count matches your parent item count exactly.
Your use of fs-list-element="item" (plus fs-list-interactive="true" for nest compatibility) is the correct approach for static items, so your setup isn’t wrong. It’s just that a static item inside a nested list, which is itself inside a parent list, is an edge case that isn’t covered in the current docs. 
We’re flagging this for the team to dig into. You’ve already shared the staging URL which helps, but could you also share a read-only Webflow designer link? That’ll let the team get into the actual structure directly. 
@Support-Luis @Support-Pedro — could you take a look when you get a chance?
Thank you for your response! @Support-Luis @Support-Pedro do you have any idea how we could tackle this matter? Thanks in advance!!