Prompt For Input
1つ以上のフィールド(テキスト、ドロップダウン、ラジオなど)の入力を求めるモダンなダイアログを表示し、各回答を変数に保存します。
概要
Prompt For Input は、AutoFlowRPA の キーボード・マウス カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 4 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
1つ以上のフィールド(テキスト、ドロップダウン、ラジオなど)の入力を求めるモダンなダイアログを表示し、各回答を変数に保存します。
Show a modern dialog that asks the user to fill in one or more fields (text, dropdown, radio, etc.) and stores each answer in a variable.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Dialog title | string | 任意 | Input | 例: Please confirm 変数に対応 |
| Fields | multiline | 任意 | One field per line: variable | label | type | options | default. type = text, password, number, multiline, dropdown, radio, or checkbox. options is comma-separated (for dropdown/radio). {{{vars}}} are supported. 例: name | Your name | text
gender | Gender | radio | Male, Female, Other | Male
country | Country | dropdown | Vietnam, Japan, USA
subscribe | Subscribe to newsletter | checkbox 変数に対応 | |
| Prompt (legacy single field) | string | 任意 | Used only when Fields is empty (older single-input workflows). 変数に対応 | |
| Store input in (legacy) | variable | 任意 |
Prompt For Input コマンドの使い方
- 1
AutoFlowRPAを開き、キーボード・マウスグループからPrompt For Inputコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。Prompt For Inputには設定可能な項目が4個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
Prompt For Input コマンドは何をしますか?
1つ以上のフィールド(テキスト、ドロップダウン、ラジオなど)の入力を求めるモダンなダイアログを表示し、各回答を変数に保存します。
Prompt For Input コマンドはどのグループに属しますか?
Prompt For Inputはキーボード・マウスグループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
Prompt For Input コマンドにパラメータはありますか?
はい。Prompt For Inputには設定可能な項目が4個あり、ビジュアルノードエディタで編集できます。