InputDialogアクティビティについて

こんにちは
UiPath Studio 2025.0.161 community editionのユーザです。

InputDialogアクティビティで5つの選択肢を表示させたいが、デバッグすると、最初に選択肢が閉じた状態で表示されます。下図赤丸をクリックすれば5つの選択肢が表示されます。

InputDialogアクティビティを使う限り、最初に5つの選択肢を表示させることは不可能という理解で正しいですか?
なお、Formを使えば、最初に5つの選択肢を表示できることは知っているためFormの情報提供は不要です。

Hi @gorby

So as mentioned by UiPath for input dialog, If set to contain only one element, a text box appears to write text. If set to contain 2 or 3 elements, they appear as radio buttons to select from. If set to contain more than 3 items, they appear as a combo box to select from.
Unfortunately, this behaviour is hardcoded into the activity, so you cannot force radio buttons for more than 3 options using the default Input Dialog.
So you are right in your understanding!
Only Work Around is Forms

Hope this Helps :innocent:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.