Page 1 of 1

Adding folder to a folder

Posted: Fri Mar 09, 2018 3:30 pm
by Gilmore Buckets
For any folder that is passing thru my flow I want it to add an empty Finals folder each time. Any help?

Re: Adding folder to a folder

Posted: Tue Mar 13, 2018 2:07 pm
by Terkelsen
You can just create an empty folder named "Finals". Use the Inject Job element to inject that folder. If you need the injected folder to end up inside the incoming folder, you can save the name proper as JobState before injecting and then use the JobState later to set the hierarchy path of the injected folder. If you let it all end up in an Archive Hierarchy the injected folder will be placed inside the original folder.
Skærmbillede 2018-03-13 kl. 14.05.21.png
Skærmbillede 2018-03-13 kl. 14.05.21.png (22.97 KiB) Viewed 2825 times

Re: Adding folder to a folder

Posted: Wed Mar 14, 2018 7:58 pm
by Gilmore Buckets
Thanks for the help. I got working.