Modify Variable
変数に文字列操作を適用し、結果を保存します。
変数ModifyVariable
概要
変数に文字列操作を適用し、結果を保存します。
Apply a string operation to a variable and store the result.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Input text | string | 必須 | Text or variable to transform. 例: {{{userName}}} 変数に対応 | |
| Operation | dropdownUpper Case · Lower Case · Trim · Length · Replace | 必須 | Upper Case | Transformation to apply. |
| Find (for Replace) | string | 任意 | Substring to search for when Operation is Replace. 変数に対応 | |
| Replace with (for Replace) | string | 任意 | Replacement text when Operation is Replace. 変数に対応 | |
| Store result in | variable | 必須 | Variable that receives the result. 例: result |