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.

  1. Go to UiPath Studio.

  2. After adding Get Credential to a sequence, supply the following information:

    1. DisplayName: By default, this activity is named Get Credential, but can be customized.

    2. Timeout: This number can be raised if the activity is timing out before successfully pulling the password.

    3. 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.

    4. Password: Once retrieved, the credential must be saved to a variable. Enter a variable name here (no quotes necessary).

    5. Username: Provide the variable name.

      alt

  3. Add an Open application to the sequence.

  4. Click Indicate on screen to add the Notepad.

    alt

  5. Add the Type as TypeSecure Text.

    alt

  6. Click Indicate on screen to add password fetch from Secret Server to the Notepad.

    alt

  7. Enter the variable name of the password in Input.

    alt

  8. Add Invoke PowerShell to the sequence to close the Notepad.

    alt

  9. Enter the following command in Invoke PowerShell.

    taskkill /IM “notepad.exe” /F

  10. Select Continue On Error > True and IsScript checkboxes.
    alt