Copy link to clipboard
Copied
hello
trying to use applescript to run an action as part of a multi program workflow
Everything runs until the Illustrator action part when I get an error Object "Play Action" is not available
tell application "Adobe Illustrator"
activate
do script "Standard Covers" from "Standard Covers"
end tell
This happens usually when the desired action is not loaded in the actions palette under the name you are attempting to call it with.
Copy link to clipboard
Copied
This happens usually when the desired action is not loaded in the actions palette under the name you are attempting to call it with.
Copy link to clipboard
Copied
thanks, type o in action name. working nicely
Copy link to clipboard
Copied
also, at least on windows, if the Action is selected (highlighted in the panel) it won't work, try deselecting it by selecting some other action.