Filter
条件に一致するアイテムのみを残します。
テキスト加工FilterItems
概要
Filter は、AutoFlowRPA の テキスト加工 カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 5 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
条件に一致するアイテムのみを残します。
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 |
Filter コマンドの使い方
- 1
AutoFlowRPAを開き、テキスト加工グループからFilterコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。Filterには設定可能な項目が5個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
Filter コマンドは何をしますか?
条件に一致するアイテムのみを残します。
Filter コマンドはどのグループに属しますか?
Filterはテキスト加工グループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
Filter コマンドにパラメータはありますか?
はい。Filterには設定可能な項目が5個あり、ビジュアルノードエディタで編集できます。