brookter
(David Bertenshaw)
2
I asked what I think is a similar question a while back and @eastgate Mark provided a solution:
My request was to avoid repeating $Prototype==, and he suggested
- Make a note – say a top-level note named InterestingPrototypes.
- Set $MySet of InterestingPrototypes to the list of your interesting prototypes — perhaps “Task;Project;MaybeSomeday”
- In your agent, the query becomes
$MySet(/InterestingPrototypes).contains($Prototype
Does that help?
1 Like