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