View Single Post
Quote:
Originally Posted by SpiralOcean
I need to search for that note before it adds the note... otherwise... it will continue to append the note
Here is the fix:
if note of theTask does not contain "NoActions" then
set note of theTask to note of theTask & "NoActions"
end if