Is there a way to get the result of an Automator action (e.g. 'Get specified file items' or 'Get selected Finder items'), count it and then use the number to determine an Applescript delay (so if there are 5 items, the command is set as 'delay 5.0')?
I had something like this in mind:
tell application "Finder"
count input
set file_total to result
set result as variable
end tell
Thanks
Tardy