ray88’s diary

お仕事で困ったとき用の自分用の覚書

UiPath リストの宣言と値の格納

■List型変数の作成
System.Collections.Generic.List<T>を選択

f:id:ray88:20210313102648p:plain

f:id:ray88:20210313103410p:plain

■リスト型の宣言

f:id:ray88:20210313103645p:plain

■リスト型に値を格納する
 「コレクションに追加」(AddToCollection)アクティビティを使用

f:id:ray88:20210313121644p:plain

■フロー例 

f:id:ray88:20210313132941p:plain

実行結果

f:id:ray88:20210313133532p:plain

■コレクションのインデックス番号で値を取得する

f:id:ray88:20210313134246p:plain










■参考URL

sweetpox.com