first issue I'm asking about on this forum - be gentle

As the last part of rule, I have a "Run Applescript" command like this:
- Code: Select all
tell application "Finder"
display notification "Moved & Copied" with title "Wallpaper" subtitle "Image" sound name "Basso"
end tell
Now, in the Script Editor this performs flawlessly, but in Hazel nothing happens, not even a fail/error etc... The log shows everything happened correctly, but that last action, the simple applescript - it just doesn't seem to exist.
('Display Notification' is not an option since an auditive cue is impossible.)
Any thoughts?
Steven