Ever since upgrading I receive there error executing applescript when they had previously been working for months maybe even a year.
I didn't change the coding so not sure what to troubleshoot.
Thanks
Here's a couple examples of what no longer works.... keep in mind they used to so the error is not with the tags etc of evernote.
tell application "Evernote"
activate
create note from file theFile notebook {"FDrXX"} tags {"Invoice: XX", "Financial: XX"}
end tell