michaelfox + clipboard 3
Store and Retrieve Workflow Data | Automator World
december 2010 by michaelfox
“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
--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.”
december 2010 by michaelfox
Copy this bookmark: