Can I prefill an id-field in a structure with random string, when new record is added?

I’m writing a blueprint for creating polls and I need to create a unique ID for every question created.

Is there something like a “unique”-field or a hook that aims at newly created records of a structure?
Or can I achieve this in any other way?

I’m using kirby 3.7.5

Thank you for the help,
Ralf

The AutoId plugin also supports unique IDs for structure entries:

That seems to be the solution I’ve been looking for. Thank you :pray: :pray: :pray: