Automator : How to add a specific file to an Automator folder structure every time
I have an Automator process that I have used for many years which creates a folder structure for me, all without issue.
Every time I run that, I then get an excel file from another location and put it inside one of the folders, but I assume I can automate that as well?
mkdir "$1/$2"
mkdir "$1/$2/Documents" <<<< I want a certain Excel file in here each time I run it.
mkdir "$1/$2/Documents/Factory"
mkdir "$1/$2/Documents/Freight"
Is it possible?
Thanks.
iMac 27″ 5K, macOS 13.3