Storing Passwords in Orchestrator

Is it possible to store user ids and passwords in the Orchestrator and have the robot grab them?

Hi,

Orchestrator gives you the possibility to store as asset credentials that the robot can query.

It contains a field for UserName as well as Password.

Cheers.

1 Like

Then you will use GetCredential on the robot side.
Please check the orchestrator docs.

Awesome - thanks!