Prompt For Input
1つ以上のフィールド(テキスト、ドロップダウン、ラジオなど)の入力を求めるモダンなダイアログを表示し、各回答を変数に保存します。
キーボード・マウスUserInput
概要
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 | 任意 |