What is the best way to use ERP Oracle username and password on a secure manner with Uipath?

What is the best way to use ERP Oracle username and password on a secure manner with Uipath ?

1 Like

Hi

You can get it from Orchestrator asset with GET CREDENTIAL type

Where it can be obtained in studio with GET CREDENTIAL Activity

Where username will be of type string
And password will be of type securestring

Once after getting the variable use a simple TYPE INTO activity for username and TYPE SECURE STRING for password

Cheers @mce

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.