In my case I wanted to create main_folder and sub_folder ending with current date, following expression worked for me:
<main_folder>/<sub_folder_@{formatDateTime(utcnow(), 'yyMMdd')}>
just replace main_folder and sub_folder name in above statement and it should do the trick