Intelligent CMS sorting/rotation

Hi,

I am currently working on a project that heavily relies on the way CMS items are presented first out of a rotation of 200+ items.

Is there any solution to having intelligent sorting? I am thinking about ranking CMS items by their clicks per view, for example. A way to see what content is most engaging.

I would love to hear some ideas on how to achieve this.

-Maxim

Hey @maximtraxel a way to do this would be to dynamically update a CMS Field each time an item is clicked, this counter would be hidden on each element with the CMS Sort setup applied to the list. A simple line of JS can click the sorting trigger on page load.

Webflow’s CMS API might help with this → Introduction