Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Applescript Action works as Workflow, but not as Application

Hello,


I'm trying to make my own little Filerenamer action. It's working good so far, but once I convert my workflow into an application it crashes.


I've narrowed down the problem to the following lines



property myDate : missing value property myProject: missing value property myPrefix: missing value on runWithInput_fromAction_error_(input, anAction, errorRef) -- Add your code here, returning the data to be passed to the next action. try set myDateOut to my myDate's stringValue() as text display dialog "DateOut OK"

the error 1708 seem to happen in the "set myDateOut....." line


thanks for any help


LK

Posted on May 21, 2015 11:29 PM

Reply

There are no replies.

Applescript Action works as Workflow, but not as Application

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.