0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

UiPath Appsでドロップダウンリストを作る

Posted at

背景

UiPath AppsでWebアプリを作ってロボットにデータを渡したいケースは多々ある。
ドロップダウンリストの部品はあるが初期化の実装について記載する

UiPath Appsでドロップダウンリストを配置

image.png
ドロップダウンリストを選択

初期化方法

image.png

プロパティのリストのソースで以下のように入力
new ListSource(Of string) ({ "文字列1", "文字列2" })

Preview

image.png
こんな感じで実行できます。

※例として男、女としているだけで、LGBTQを否定する記事ではございせん。

参考情報

公式のドキュメントガイドも参照ください
https://docs.uipath.com/ja/apps/automation-cloud/latest/user-guide/dropdown
https://docs.uipath.com/ja/apps/automation-cloud/latest/user-guide/use-arrays-to-populate-dropdown-controls

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?