1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

UiPath勉強四回目

Posted at

#UiPathに触ってみる(4)

今回は前回行った検索の処理に対しての任意のワードを選べるようにしてみる。

Activitiesから「Input Dialog」Activityを、前回のSequenceボックスの上にドラッグ&ドロップをする。

1.PNG

「Input Dialog」にはTitleとLabelを入力できるので任意で入力。

3.PNG

入力を行い実行すると、の下記のようなポップアップがででてくる。

11.PNG

ここで入力した文字を検索できるようにする。

「Input Dialog」を選択した状態で、ウインドウの下にある「Variables」をクリックする。

4.PNG

4つ入力で切る項目があるので下記のように入力。

6.PNG

次に、ウインドウ右側の「Properties」にある「Result」欄に、先ほどの
「Variable」に記載した「Name」を入力。

8.PNG

最後に前回に作成した、検索した処理の「Type」を「Variable」に記載した「Name」に変更。

その後実行することで、任意の文字を検索できるようになる。

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?