Math Calculation
算術式を評価し、結果を保存します。
変数MathCalculation
概要
算術式を評価し、結果を保存します。
Evaluate an arithmetic expression and store the result.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Expression | string | 必須 | Arithmetic expression. Variables are expanded first. 例: ({{{a}}} + 2) * 3 変数に対応 | |
| Store result in | variable | 必須 | Variable that receives the computed value. 例: total |