Hi, I have an excel worksheet that keep the data schema name, userid and password for various databases that I have access to. Company policy required us to update the password every 3 months. This will be used by all Alteryx workflows that I am running. Is there anyway that I can input this worksheet in the first step of my flow and pass the userid and password to each input that connect thru ODBC connection? Is there a better way in Alteryx that can help me to handle this situation. Following is my excel worksheet format
DB_TYPE Schema_name User_ID PASSWORD
Teradata schema_a user1 pw1
Oracle schema_b user2 pw2
Thanks...