View Single Post
Rob,

Thank you very much for posting this. If I could bug you with another question of how to properly invoke Where in OF in an applescript?

ideally, I would like to create a new task in a project that contains a specified Key in its notes.

something like:

Code:
 
set myNewTask to (make new task with properties {name:...} at end of tasks of (project where note contains "StringPattern"))
is that possible?

Thanks for the help
Ricky