Filter
Remove the rows that do not assert the expression. Check out the HOA Ruler Documentation.
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
Was this helpful?