How to append collection item slug with field data

I have a collection list for Jobs. There are currently a dozen or so items with the same title name, therefore I have this going on:

/jobs/job-title
/jobs/job-title-2
/jobs/job-title-3
/jobs/job-title-4
etc.

What I would like to do is attach a field that I have setup for a job, which is reference number, so the Slug might actually turn out like this:

/jobs/job-title/ref-123
/jobs/job-title/ref-121
/jobs/job-title/ref-140
/jobs/job-title/ref-22

So better all round, more useful for the site owner and potentially the user.

Can this be done in Webflow?

Thanks
Lee

No it can’t be done, you should directly call the job job-title-ref-123

Ok, no problem, thanks for letting me know.