Skip to main content
mohammedk0370
May 16, 2024
Question

passing saved RPA credentials into a variable

  • May 16, 2024
  • 5 replies
  • 0 views

Hi Team,

Is there a way I can take RPA saved credentials like just a password and store it in a variable so that I can use this value later on as a parameter to a different component.

Thanks,

Khaiser

5 replies

sriramk5349
May 27, 2024

 Hi [mention:1ae659e1155b41fc8b828a57d36c3bd2:e9ed411860ed4f2ba0265705b8793d05] ,

You can try this approach. After the password field is updated with password from saved credentials, copy the value in the password field using keyboard actions and get clipboard value action. Then click on submit or login to proceed further. This might work

mohammedk0370
May 27, 2024

Hi [mention:e3625867b9174cde8adf66b9ab725141:e9ed411860ed4f2ba0265705b8793d05]  yes that is what I did as a work around but still I was expecting some expression rule

May 28, 2024

Hi,

In Appian RPA, reserved credentials enable you to securely store previously saved usernames and passwords from the RPA Console. These stored credentials can then be utilized within your robotic processes.

mohammedk0370
May 28, 2024

Unfortunately, I must pass it to a separate RPA element so I would need it in a Variable. I tried Reserve credentials its not useful

May 28, 2024

Hi,

You can save the credentials in variable only by using these reserved credentials. Once you use "reserve credential" action it will ask you the variable to save in and you can pass it further by using "update value with password" and use that variable.

Also if you are seeking the exact string of password it's not possible in expression as Appian stores them in 256 bit encrypted form also it's not a best practice to use passwords directly due to security concerns.

Reserve credentials will only help you to save UUID of that credentials to use them further via variable to sub robotic tasks.