Would like to have a {Step}_{username} folder

How would I set up a folder yaml file in the schema to make a user workspace folder that is named {step}_(username}. I can make a {step} folder and I can make a {username} folder, but can I combine them into one folder.yml?

2 Likes

Off the top of my head I can’t think of a way you could do that.
Since these two things aren’t linked in any way in Shotgun.

1 Like

Well the user and the step would be a field in a task entity… any way to make a folder based on Task entity but then use the ‘step’ and ‘user’ fields to make the folder name??

1 Like

Unfortunately, I don’t have time to test at the moment, but I have a feeling that wouldn’t work because the user field on the Task is a multi entity field, so it’s not guaranteed to give a single value.

1 Like