Webflow CMS & Collection Lists

Nesting Collection Lists

Overview
State of Affairs
CMS Basics
Strongly-typed Data-binding
11:45
101
CMS Field Types
11:45
102
Sorting Collection Lists
Sorting by OPTION & REF Fields
13:43
201
Random, Dynamic List Sorting
202
Filtering Collection Lists
Filtering Collection Lists
11:45
250
Filtering Collection Lists by Date Range
11:45
252
Working with Collection Lists
How Collection List Pagination Works
3:46
301
Unbinding Collection Lists
3:46
302
Hide an Entire Section w/ Empty Collection Lists
7:00
303
Display Filename for Download
305
Nested Lists
Nesting Collection Lists
350
Nested Collection Lists Using a Multi-Ref
351
Nested Collection Lists
11:08
352
Collection Lists & Custom Code
How to Store Custom Code in a CMS Text Field
400
How to Bind CMS fields to Custom Attributes
401
Collection Pages
Collection Pages
501
Password-Protecting Collection Pages for Specific CMS Items
502
Copying a CMS Page Layout to a Static Page
502
Prev-Next Navigation
503
No items found.
Updated
August 5, 2025
in lightbox

Webflow now supports up to two nested collection lists per page, each of which can show up to 10 items within each parent item.

Simply place one collection list inside of another to create this arrangement.

Why limits matter.

There is frequent frustration in the forums retarding Webflow's nested list limits.

Webflow's CMS is dynamic, it's not a static site generator.

That dynamic capability is what allows you to add items by API, publish/draft CMS items individually, and set date-based conditional filters.

That dynamic server-side generation (SSG) step is expensive because it means large queries and page assembly on every request. If devs were to increase those limits, sites could easily thrash the servers hard, increase hosting costs, and performance would suffer badly.

It's a tradeoff decision.

People wanted to be able to make small CMS changes like edit a blog post, update a price, and to have dynamically updated "upcoming events" pages, without republishing the whole site every 5 mins, and Webflow delivered.

But this also means being mindful of things like;

  • Max collections lists per page ( 20 )
  • Max items per collection list page ( 100 )
  • Max nested lists per page ( 2 )
  • Max items per nested list ( 10 )

If you do some basic math you can quickly see the problem.

20 * 100 = max 2,000 un-nested items.

100 * 2 * 10 = another max 2,000 max nested items.

That's 4,000 items that need to queried and integrated into the server side rendering on every page request.

Feels like a solid balance. In my builds, the need for > 2 nested lists is pretty rare and always handled well using an FS nest approach.

Table of Contents
Comments
Did we just make your life better?
Passion drives our long hours and late nights supporting the Webflow community. Click the button to show your love.