Filter YAML Records
Filter YAML array records by field conditions.
Use case
Use this to subset YAML data before processing, like selecting active records or specific regions.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Filter YAML array records by field conditions.
YAML Filter
YAML → YAML
Filter YAML records
YAML array with only records matching the filter condition.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · YAML Filter
YAML Filter
Filter a YAML array of records by field conditions. Supports operators: equals, not-equals, contains, gte, lte.
Filter input (JSON envelope)
Provide { "yaml": "...", "field": "name", "operator": "equals|not-equals|contains|gte|lte", "value": "..." }.
Filtered YAML
YAML array with only records matching the filter condition.
Run this step to process the current input and prepare the next workflow stage.