We have a workflow that calls a macro - and passes in the connect string and password as parameters to be used by an input tool. The input tool connects to a redshift database.
The macro action tool is configured to replace the connection string using "Update Raw XML with Formula" option. The formula does a replace of our connection to dev -with the connection that was passed in.
The password is the encrypted password that we get from the input tool using the XML view and the <passwords> field. The action tool does an "Update Value (Default)".
This was working perfectly for us in a 2020 version of alteryx, but since upgrading the server and the designer to 2021.4 the password is NOT getting replaced. The connect string is getting replaced. This fails now on both designer and server.
Did something change about how the password is encrypted and stored? Or did rules change about how macros can update passwords?
Thank you for any insight.
Jim