Reputation: 3184
I am trying to batch convert a bunch of raw image files on OS X. I would like to use built-in software since it is possible.
First I would like to
jpgs
inside of that folder;jpgs
.This is the workflow I have implemented so far in order to implement the first two steps.
First I let the user select a folder and store it into the variable NEF Folder
. The I create a new folder named jpgs
in the folder chosen by the user (NEF Folder
).
BUT this is what the workflow does after selecting folder AAA
on the Desktop:
Why?
Upvotes: 4
Views: 3266
Reputation: 71
I have the same issue and solved it checking the box "Ignore this action's input".
Upvotes: 1
Reputation: 3184
Understood.
The action New folder
creates a folder and copies its input inside of the newly created folder.
Upvotes: 5