If
条件を判定し、TRUE と FALSE の2つの出力を持つ単一ノード。各出力をそれぞれの分岐のコマンドに接続します(Else / End If コマンドは不要)。
概要
If は、AutoFlowRPA の 条件分岐 カテゴリに属するノーコードの自動化ステップです。 条件に応じてワークフローを異なる経路に分岐させます。 3 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
条件を判定し、TRUE と FALSE の2つの出力を持つ単一ノード。各出力をそれぞれの分岐のコマンドに接続します(Else / End If コマンドは不要)。
A single node that checks a condition and has two outputs — TRUE and FALSE. Wire each output to the commands for that branch (no separate Else / End If commands needed).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| First value | string | 必須 | Left-hand operand. 例: {{{count}}} 変数に対応 | |
| 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 | Comparison to perform. |
| Second value | string | 任意 | Right-hand operand. 例: 10 変数に対応 |
If コマンドの使い方
- 1
AutoFlowRPAを開き、条件分岐グループからIfコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。Ifには設定可能な項目が3個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
If コマンドは何をしますか?
条件を判定し、TRUE と FALSE の2つの出力を持つ単一ノード。各出力をそれぞれの分岐のコマンドに接続します(Else / End If コマンドは不要)。
If コマンドはどのグループに属しますか?
Ifは条件分岐グループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
If コマンドにパラメータはありますか?
はい。Ifには設定可能な項目が3個あり、ビジュアルノードエディタで編集できます。