Activity

Hi,I’m Chen
Get Password Activity can’t work from a robot to another robot in another computer.
Can anyone give me a advice.Thank you so much!

Hi Chen,

No, the Get Password activity can’t be used on another computer as the value is encrypted under current user in Windows OS.

To run on another robot, you can use:

  • Get Secure Credential activity - retrieves a credential stored in Windows Credential Manager. You’ll have to add the credential on each machine where you want to execute the process, either manually or using the Add Credential activity.
  • Get Credential activity - retrieves a credential asset from Orchestrator. This can be a single value for all robots, or you can define a different value for each robot.

Thank you very very very much!!!