michaelfox + clipboard   3

Store and Retrieve Workflow Data | Automator World
“To store references, use the Copy to Clipboard action from System Library. Place this after the results you need to store. Then to call it up, place a Run AppleScript action in the workflow with the following scriptlet before the action that needs the data from earlier in the workflow:
--Return Clipboard Contents to Data Flow
return (the clipboard)
This takes the information stored on the clipboard and puts it back in the Data Flow.”
applescript  automator  osx  scripting  clipboard 
december 2010 by michaelfox

Copy this bookmark:



description:


tags: