workflow_script
workflow_script copied to clipboard
[Feature Request] I am missing "If Directory Created" - postDirectoryCreated
Steps to reproduce
It is a Feature Request
I would like to have an trigger for the User creates under a specific directory (e.g. customers) an new directory (customera) that some customer template files are copied.
To archive this - it would be enough to create a trigger like "directory created".
Then I could write a script for copying all the template files for e.g. a new customer or many many other work flows.
Thanks for this wonderful tool - It helped me a much.
Greetings
Bastian Epting
The should be Create file.
for sure - but I don't want to create a file. I wan't to create a directory and then my script should copy some template files. I did realize the feature Create file.
Ok, maybe this is misleading, technically everything is a file. Add a restriction based on the mime type, directory should be in the drop down i think.
Hello, same request here. I confirm that when a directory is created, there is no event. In my case i need to copy files to another location. I created the following workaround : if the copy fails i check if the folder exists in the destination, if not i create it. Sorry for bastiane273, this workaround won't help you.