Variable expansion in darktable

I seem to have screwed up my settings. When I import, directory is created with names like 20230730_${JOBCODE}. It used to be case where directory name will have value from import job field. What should I be using for variable in this case?

Attaching the screen that shows my current setup - and yes, I know these images are already imported. This is just an example.

You have curly brackets around JOBCODE where you should have parenthesis. Try $(JOBCODE)

Good eye, I’ve changed the settings. Thank you