| Operator Type: | Function |
| Operator Scope of Action: | Query |
| Operator Purpose: | List creation |
find(query)
Added in v5.6.0, the find() operator returns list-type data of the $Path of all items matching query.
Conceptually find() is intended for where no item or group designator exists for use inline in action code. In most cases an agent is the likely and better alternative, noting that agents can also use the results of other agents. find() can also be thought of as a short way of writing:
collect_if(all, expression, $Path)
where the expression is query.
