How to hide the password in the connection string of DB integration

I have created an ODBC integration using a connection string. This string includes userID and Password too. I am able to query this connection and fetching the results as expected but i the password is visible in the connection setting. Is there a way to mask this password or get the userID and password from the users instead of hardcoding in the connection string?

Comments

  • Hi there,

    There is currently no way to hide the password in a connection string. However, only admin users will be able to see the password since it is stored in the project/system folder. If you are trying to hardcode the password on a step, you could use variables or constants to hide the password.

    ~ Kathryn

Sign In or Register to comment.