Skip to main content
Pathfinder Advocate | Tier 6
December 16, 2025
Solved

Is there any problem with Credentials package?

  • December 16, 2025
  • 1 reply
  • 72 views

Credentials are not watched in debugging mode as I know. Anyway, also my credential has like 10 characters, but when it tries to set text on a web page, it just writes one character which is wrong.

What to do?

    Best answer by Semih 3318

    I found that we can read Credentials from  CredentialManager:ReadCredential action

    when i read the credential, it was one character, so it was left wrong 

    when i edit the credentials, it started to run succesfully

    1 reply

    Semih 3318AuthorAnswer
    Pathfinder Advocate | Tier 6
    December 16, 2025

    I found that we can read Credentials from  CredentialManager:ReadCredential action

    when i read the credential, it was one character, so it was left wrong 

    when i edit the credentials, it started to run succesfully