Ad auto ID to slug?

Hello everyone. I have a small problem that I can’t solve.

I have a page where articles are created by year. /einsaetze/2022/fehlalarm.

Unfortunately, the title of the news article can exist more than once. Since there are also different editors, it is difficult to simply number the news articles, because after a few days or weeks, no one can see which number they are currently at.

The sorting in folders according to years should remain.

Is there a possibility to give the article an individual ID when creating it?

Or is there a “simple” solution that I haven’t come up with yet?

Yes, you can do that via a model that overwrites the create method.

Thank you! :ok_hand:
In the end the solution is nice and simple if you know where to look for.