I'm trying to create a rule in Hazel that uses an Applescript. I want Hazel to upload a file to my specified Evernote folder and then move the file to another folder on my HD. For some reason, the script keeps repeating and the file keeps getting uploaded to Evernote over and over until I stop it. Here is the code I'm using. I appreciate any help...
tell application "Evernote"
activate
create note from file theFile notebook "Records"
end tell
I don't know if this is a problem with the script or with Hazel. Thanks for any help.