Filter

Remove the rows that do not assert the expression. Check out the HOA Ruler Documentationarrow-up-right.

Options

filter (string)

The expression to assert.

in (string)

The identifier of the storage.

Context

The context contains the row columns.

Example

todos: !storage
  - content: Buy some chocolate
  - content: Clean the room

get_remaining_todos: !task
  - filter: done = true
    in: todos

Last updated