Issue with Blue prism SQl VBO, Action - Set Connection Input Password?

harish17

Active Member
Hello every one,



i saw one issue from blue prism Vbo SQl and Action - Set connection i observed the password Data type is text instead of Password we need to hide this password basically we are getting the password from Credential Manager but this particular action password input is text which we don't want to see is there any way we can encrypt this password? while debugging we are able to see this encrypted password why blue prism data type is password for this Action?
 

sivagelli

Well-Known Member
You may try changing the "Set Connection" Action input to type 'Password' in the VBO object. Also, consider disabling the logging for this Stage.
 
Top