I've created an automator app to rename files in a folder (separate parts of the filename are changed using search and replace) - three renames are fixed, but the final one I wanted to use a variable. So the script:
1) asks for the text and saves it to a variable
2) does rename 1
3) does rename 2
4) does rename 3
5) does rename 4 using the variable
If I use only steps 1-4 it works great, but including step 5 makes the whole app not do anything. I included display steps to show the variable and make sure it was saved correctly and it is. So I don't understand why it's not working.
Greatly appreciate your help to solve this!
1) asks for the text and saves it to a variable
2) does rename 1
3) does rename 2
4) does rename 3
5) does rename 4 using the variable
If I use only steps 1-4 it works great, but including step 5 makes the whole app not do anything. I included display steps to show the variable and make sure it was saved correctly and it is. So I don't understand why it's not working.
Greatly appreciate your help to solve this!