Destination Filter is a new feature designed by Pio Software (version 4.26.0). You may find the capability under the Admin tab.
Filter String Format
The filter string should consist of conditions and logical operators (and
, or
).
...
Note: You can use either and
or or
in a single filter but not both at the same time.
Supported Operators
Operator | Description | Example |
---|---|---|
| Field is equal to the value |
|
| Field is not equal to the value |
|
| Field is greater than the value |
|
| Field is less than the value |
|
| Field is greater than or equal to the value |
|
| Field is less than or equal to the value |
|
| Field contains the value (for strings) |
|
| Field does not contain the value (for strings) |
|
| Field starts with the value (for strings) |
|
| Field does not start with the value (for strings) |
|
| Field ends with the value (for strings) |
| ||
| Field does not end with the value (for strings) |
|
| Field is empty ( |
|
| Field is not empty |
|
...
Examples
Find Users Whose Display Name Starts with "John":
...