I'm trying to edit my INDBC file using Alteryx.
As my password changes daily and is gathered from a password vault, I was hoping that the following steps would work.
1. Have an INDBC file with placeholder for Password
2. Alteryx gather the new password from vault
3. Alteryx open INDBC file, add the new password to the placeholder and save the file
4. Use the new INDBC file to connect to my Database
Although I could complete first 2 steps, I'm not sure how to process steps 3 and 4. Would be great if any of you can help.