I have an automator script. It basically goes like this:
get specified finder item
rename item
get (different) specified finder item
rename item
The problem is that the second rename action ALSO renames the first item as well. Doing the second "get" action actually selects BOTH items, instead of replacing the previously selected item with the newly selected item.
So how do I make it UNselect the previous item it had gotten?
EDIT: Okay, I figured out a solution (that works anyway). I used the Filter action.
get specified finder item
rename item
get (different) specified finder item
rename item
The problem is that the second rename action ALSO renames the first item as well. Doing the second "get" action actually selects BOTH items, instead of replacing the previously selected item with the newly selected item.
So how do I make it UNselect the previous item it had gotten?
EDIT: Okay, I figured out a solution (that works anyway). I used the Filter action.