Filter List Items step
Introduction
This step filters items in a list based on specified conditions, outputting a new list containing only those items that meet the criteria.
Configuration
List: Select the list variable you want to filter. This list should be of List type. This is a required field.
Conditions: Define the conditions to filter the list items. Each item in the list will be checked against these conditions, and only those meeting the criteria will be included in the output list. When defining conditions, you can access the item variable by selecting Steps > Filter list items (name of the current step) > Item
Outputs
List: The filtered list, containing only items that passed the specified conditions. The type of items in this list corresponds to the original list's item type.
Usage
Ideal for processing and managing data within lists, such as selecting specific records or filtering out irrelevant information.
Last updated