@gowder that absolutely worked
but I guess I misunderstood part of the problem I’m trying to solve
I am now able to return only those entries that have (= :field “status)
but the creation date for those entries are before the items at the same level of heirarch
any idea on how to grab the :created
field only if (= :field “status”)
@dmbennett: keywords are callables, so I think you can just map over the results of the filter with them.