Random slug in blueprint query

Hello everyone,

i have a blueprint for a page that looks something like this:

title: Beratungsanfrage
icon: šŸ—“
image:
  back: white
create:
  title: "{{ page.date.toDate('Y.m.d') }} - {{ page.timeframe }}"
  slug: "{{ page.date.toDate('Y.m.d') }}"

but i’d love create > slug to be completely randomized with max 10 characters, is there a way to achieve it?

Yes, see related post Blueprint "create" not setting value - #6 by texnixe