Does anyone know how to pass a variable from automator to Applescript?
I already have an automator application that works perfectly well on a single file. I drag a file onto it and it does exactly what it is supposed to do. Now I want to drag a list of files onto the app and have it repeat the same function for each file. I figure I am going to have to to the looping in Applescript within Automator, but I'd love to start by knowing how I can simply pass a variable I created in Automator to the Execute Applescript task. Anyone out there know how to do that? Should be easy, right?