Hello
I’ve been experiencing some issues getting orchestrator to type in my credentials for tradezero. I’ve added my information to Windows Credentials and installed the UiPath Credentials Package, but I am still unable to login.
Hello
I’ve been experiencing some issues getting orchestrator to type in my credentials for tradezero. I’ve added my information to Windows Credentials and installed the UiPath Credentials Package, but I am still unable to login.
Hi @Max_Margittai ,
Since you have used Windows Credential Manager, “Get Credentials” activity will not work as its for orchestrator credentials.
For Windows Credential Manager, you have rightly used “Get Secure Credentials” activity. But have you are passing URL in target property which is wrong.
In Target you have to pass your credential name which you have stored in Windows Credential Manager
Please check below yellow highlighted parameters & configure the properties for “Get Secure Credentials” activity.
Here you can select Credential Type as DomainPassword if you system is connected to corporate AD or you can tryout other setting.
If you are using Orchestrator based credentials:
Then use TypeInto activity to pass username/password to browser.TypeInto activity should be used inside User application/browser activity.
No need to use Get Secure Credential activity.
Kindly mark it as solution if it helps.
Br,
NikZ
Sadly, It still doesn’t work. I did everything you recommended. I think it could be the website, but I’m unsure. I’d assume that there shouldn’t be an issue
Dear @Max_Margittai,
Could you please clarify why you are using two activities to get credentials.
Its pretty state forward.
Additionally, in WriteLine, please print the username which is output of Credentials activity mentioned above. This only gives you idea whether credentials successfully fetch in Studio or not.
To enter it on Website watch below video(In-case you are using Orchestrator based credentials):
Please mark it as solution if it solves your issue
Br,
NikZ
Issue was didn’t type in variable into Username/Password in get credential output
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.