Overview
The Filter action is used to refine data by selecting only the items that meet specific criteria.
When a workflow deals with large datasets, the Filter action helps streamline the process by narrowing the data down to a manageable subset.
...
This action operates based on conditions or rules that dictate which items are included in the filtered result.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For example, a Filter might be used to select only certain types of records from a database or to limit a list of items to those that meet a threshold or requirement. |
This makes the workflow more efficient and focused, processing only relevant data.
Config
...
Config Field | Description |
---|---|
Filter Source | It enables to choose the source type to where the filtering will be performed on records. |
Input / Variable / Model | It enables to choose the exact value of source type to where the filtering will be performed on records. infoNote: By default, label of this field will be populated depending upon the Filter source chosen earlier. |
Output Properties | It enables to specify output properties of records after filtering data. //Crosscheck info, which means which field values are to be taken under consideration in filtering. Note: By default, this field will be invisible. It will only be populated if the Filter Source is chosen as Model. |
Is Unique ? | If checked, the output properties records will be specified as uniquefiltered uniquely. //Crosscheck infoNote: By default, this field will be invisible. It will only be populated if the Filter Source is chosen as Model. |
Modify Existing ? | If checked, the existing data in records will be modified. //Crosscheck. If kept unchecked, it will create a new model with the updated data, which will be treated as a new version of model. |
Action Details
...
Include Page | ||||
---|---|---|---|---|
|
...