Hi All,
I wanted to build a Alteryx Macro - Encrypted version where I can use it like other tools from the palette.
Currently we have a dynamic macro which is built in 32bit version which is not working in Alteryx 2023.
(We have static macro which is working fine with 2023 version, in this we can't change the below mentioned values, so it will be single input.)
Could someone assist how to unencrypt the macro so that we can change the settings and use it, due to this we have 30+ workflows which is not working and it will impact the business users.
Main our requirement is we need to pass the below values as dynamically
System Environment,
User Name,
Password,
SQL Query,
Record Limit
We have to extract the data from IBM iSeries Database using the above details which will be dynamically passed in between the workflow using the ODBC connection ( We have server name, database, schema everything).
Since I'm in beginner level to Alteryx, couldn't able to figure it out how to build it. Could someone assist me to resolve the issue.