I have an applescript that I use with apple automate service that copy a selected files’ file name into the clipboard, launch it in photoshop and run a photoshop action, and then save out layer comp JPGs with the copied filename into another folder. This script works as expected. But the problem is that I can only run this script on a per file basis because it is important that I copy each file name and save out that file name to another folder.
How do I go about with applescript + automate service to process this script on a selection of files and have process this already working script one file at a time from my selection.
I’m only sudo savvy with coding.
Thanks in advance.
All I’ve try is what I was able to gather from other user on this platform