Server Connect Action Step Create Folder

I want to create a folder structure and then add to it as more records are added. So I want

/admin/repository/job_1

and therefore I can choose File Management > Create Folder

If the folder structure doesn’t exist at all, do I need to use Create Folder to create each portion of the folder structure separately? ie

/admin
then
/admin/repository
then
/admin/repository/job_1

Or can I do it in one go?

I will then need to add

/job_2
/job_3
/job_4
etc

If the structure exists or partly exists, will Create Folder know that OR will I have to use plenty of conditions such as If Folder Exists do this or that?

I just want to plan ahead and be clear on how to use these actions.

In my experience using it, it creates whatever subpaths are needed along the way automatically, and you do not need all the IFs, if they are already there it just affects the last part and doent touch the other parts.

1 Like