Filter patterns
Equality: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
Trigger data:Related pages
- 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.