UiPath Verification
Create a Process and Verify the Integration
The most important activity for integrating with Secret Server is Get Credential. With this activity, the robot will request a password from Secret Server and save it as a variable to be used later.
-
Go to UiPath Studio.
-
After adding Get Credential to a sequence, supply the following information:
-
DisplayName: By default, this activity is named Get Credential, but can be customized.
-
Timeout: This number can be raised if the activity is timing out before successfully pulling the password.
-
AssetName: The bot does not care which Credential Store the password is coming from, it looks this information up the Asset by name and must be entered in quotes.
-
Password: Once retrieved, the credential must be saved to a variable. Enter a variable name here (no quotes necessary).
-
Username: Provide the variable name.
-
-
Add an Open application to the sequence.
-
Click Indicate on screen to add the Notepad.
-
Add the Type as TypeSecure Text.
-
Click Indicate on screen to add password fetch from Secret Server to the Notepad.
-
Enter the variable name of the password in Input.
-
Add Invoke PowerShell to the sequence to close the Notepad.
-
Enter the following command in Invoke PowerShell.
taskkill /IM “notepad.exe” /F