Automator: how to clear ‘got’ items

automatorfinder

I've created an Automator workflow which (should) create a copy of a particular file in the currently selected folder. (i.e. select a folder, run the Quick Action, get a copy of the file in the folder.

However, when I run the Quick Action, I get the file and TWO copies of the folder itself, within itself. They are not links (I think), but I get a couple of iterations.

Here's the workflow:
enter image description here

I'm thinking that the variable "Path" is copying itself, for some reason. Possibly because it's been "Got". Is there a way to clear the "get"?

Even if I remove the "Get Selected Finder Items" action, I still get one copy of the folder.

Best Answer

In the options for each Action, there is a checkbox "Ignore this action's input", which means that nothing from the previous actions goes through.
Doing this on the "Get Specifed Items in Finder" action means that the folder path itself does not 'trickle down' to the Copy action.

The "Get Selected Finder Items" action is unnecessary, as the workflow already receives folders as an argument.