Filter data by condition
The Filter step removes elements from an array based on conditions you define. It outputs a list array of matching elements and a list_count, making it useful as an intermediate step between data sources and For Each loops.
The Filter Rows action reads an array from its input slot and applies the configured filter conditions. Elements that match the conditions are included in the output list array; elements that don't match are excluded. The output also includes a list_count of the remaining elements. The output field set is locked.