I have an "ask for finder items" step in my Automator workflow, which produces a list of files selected by the user.
I then use these files as an input for a second step.
At that point I need to execute a bash command (third step).
In the fourth step, I need to use the original list of files as an input. How do I refer to it in Automator? Is there any pass-through for inputs?
Please note that re-ordering the steps is not an option.
UPDATE: It seems the proposed solution does not work for me:

