Regarding Alteryx Designer, we are currently using this tool for RQ system, and we need some help on below questions that currently arise with existing design Alteryx workflow.
Options > Advanced Options > Alias Manager > In-DB Connections
I don't think your workflow was designed for query portability cross connection. My recommendation would be bulk extract your queries via reading in the xml of your current workflows - identifying the input data tools - extracting the sql data. I would then change my query to use text input tools for query tracking (or another tool like an excel file or database) - and feed the input data tool into a batch macro for performing the query (using either dynamic input in-db or an input data tool).
hello Alteryx Designer Connection Query
Could you please help to elaborate step wise as we are beginner in Alteryx.?
This is a pretty complicated workflow. What you are trying to do isn't that easy. I would recommend going back to whoever built it for you (ie your consultant) and complaining that what they build wasn't scalable.
For starters I would read up on Batch Macros - and practice opening up Alteryx workflows in notepad. I would look at regex and how to identify nodes so you can extract data. Or if it's just a few queries - open the workflows in notepad and manually do it.