Skip to main content

Filter patterns

Equality:
Inequality:
Numeric comparison:
Truthy field check:
String matching by exact value:
Nested field checks:
Filter and project a nested field:
Filter and return one field from matching rows:

Return behavior

  • Single matches return a scalar.
  • Wildcards return a list.
  • Filters return a list.
  • Non-existent fields return None (no error is raised).
Examples:

Examples

Trigger data:
Action result:
Array item:
Wildcard:
Filter:
Filter and project:
  • See JSONPath for core concepts and syntax.
  • See Expressions for expression syntax and contexts.
  • See Functions for helper functions you can use alongside JSONPath access.