Already loving the dynamic/self-referential queries and know it’ll be a huge benefit to my workflow.
One thing I’d love to see in the future is some kind of “second-order” queries based on the current object.
As an example, in my case, I have “Project” and “Action Item” object types. Action Items have a “Project” property, and Projects have a “Parent Project” property. What I’d like to be able to do is create a query on a project object that returns:
  • All action items related to the current project (now doable!), and
  • All action items where the current object is the
    parent project
    of the project the action item is related to (the “second-order” query)