Hi,
we use a lot of workflows that connect to a Teradata database via ODBC, the account for this now has been put in a vault.
I can retrieve the password via the flow, or a PowerShell script, (or even save it temporarily in a csv) the question is can I use the retrieved password automatically in my workflows?
I currently use the ODBC connection with this string: odbc:DSN=dsn_name;UID=user_name;PWD=__EncPwd1__
Currently I manually update the password part whenever it changes, but automating this would be very useful. (I have tried macros but can't get it to work at all)
Thanks
Paul