If
条件を判定し、TRUE と FALSE の2つの出力を持つ単一ノード。各出力をそれぞれの分岐のコマンドに接続します(Else / End If コマンドは不要)。
条件分岐If分岐
概要
条件を判定し、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 変数に対応 |