Create human-readable slugs in collection items

I had this sort of working before, but no longer working.

I’d like for each collection item that is published, where the collection items is being populated programmatically, to have a human-readable slug (primarily for SEO purposes).

However, I cannot seem to find a way to do so.

Originally I was creating the slug outside of Webflow and then tried to have this value set in the collection. But I can’t seem to do this.

Then I read that the slug value can be automatically generated from the “name” if it is left blank. It is being left blank, but it is using the collection ID.

hi @highersignal when you adding new item to collection you fill up name and slug is generated automatically. If you need custom slug you just rewrite generated slug manually. All this is in WF documentation