FilterExpression
An expression used to represent a filter.
Available for
Model-driven apps
Properties
conditions
The set of conditions associated with this filter.
Type: ConditionExpression[]
filterOperator
The operator used to combine conditions in this filter.
Type: enum
The filterOperator
value is an enum with the following possible values
Value | Member |
---|---|
0 | And |
1 | Or |
filters
Any child filters that should be evaluated after evaluating this filter.
Type: FilterExpression[]
Related articles
Power Apps component framework API reference
Power Apps component framework overview