For the complete documentation index, see llms.txt. This page is also available as Markdown.

Count Items

Display the count of the items in your data set.

This can be used with Webflow Collection Lists as well- however it will be limited to the maximum Collection List size ( 100 items ).

DEMO - Count Datasource Items

This static example uses Google Sheet content, after it has been converted to JSON.

  • Count of records: 241

[  {    "Rank": "1",    "Country": "China",    "Region": "Asia",    "Population": "1,411,778,724",    "Percent": "17.90%"  },  {    "Rank": "2",    "Country": "India",    "Region": "Asia",    "Population": "1,381,914,537",    "Percent": "17.50%"  },  {    "Rank": "3",    "Country": "United States",    "Region": "Americas",    "Population": "332,367,628",    "Percent": "4.21%"

Last updated