Filter
条件に一致するアイテムのみを残します。
テキスト加工FilterItems
概要
条件に一致するアイテムのみを残します。
Keep only the items matching a condition.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Items (list / DataTable) | variable | 必須 | 例: items | |
| Field (for list of objects) | string | 任意 | Object key/column; blank for scalar lists. 変数に対応 | |
| Condition | dropdownis equal to · is not equal to · is greater than · is less than · is greater than or equal to · is less than or equal to · contains · does not contain · is empty · is not empty | 必須 | is equal to | |
| Value | string | 任意 | 変数に対応 | |
| Store result in | variable | 必須 | 例: result |