Automator: weird issue with "move finder items"
I have a weird issue with mac automator (on Mojave).
- What I want: Take a pdf > save each page as png to same folder as pdf
- What happens: Takes a pdf > all pngs are saved to desktop
Here is the automator after a test run:
You can see how pdfPath actually shows me the folder where pdf is in, but then after removing it DOES remove the files out of system folder, but not to pdfPath but to Desktop. Important: if I manually pick any folder, it will save it there and not to desktop, so still somehow related to the pdfPath variable?
Anybody an idea why it happens and how to fix?