Get Secure Credentialsアクティビティでログイン名とパスワードが取得できない

おはようございます。
UiPath Studio 2024.4.0 Community editionのユーザです。

1.やりたいこと

RPA訓練サイト"ACME System 1 - Log In"
にGet Secure Credentialsアクティビティでログインしたい。

2.悩んでいること

Windows10のWindows資格情報マネージャにアカウントを登録して、Get Secure Credentialsアクティビティのプロパティを設定して、
WFを動かしましたが、Get Secure Credentialsアクティビティ通過後もログイン名とパスワードを格納する変数の値がNullです。
いろいろ調査しましたが原因が分かりませんでした。有識者の方アドバイスをお願い致します。

追伸1:
添付画像が古く、インターネットまたはネットワークのアドレスが"ACME_System1ログイン情報"となってますが、"ACME_System1"に修正しても結果は変わりませんでした。
追伸2:
別PCでもこのトラブルは再現しました。原因はWebサイト側にあると考えますがいかがでしょうか。


Hi @gorby

Please use assign activity and convert the password value to a secure string like this :
new System.Net.NetworkCredential(string.Empty, OutlookPassword).Password.
Please try , hope it helps .

Hi It seems Get Secure Credentials activity automatically captures password as secureString from Windows credentials. How come I should convert String to SecureString?

Hi @gorby

Please refer this , it might help you .

こんにちは

資格情報マネージャーで汎用資格情報として、認証情報を登録してみてください

image

ありがとうございます。試してみます。もう慣れましたが、さすがUiPath、難解ですね。

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