Hi Community
We have a process that is run against a test environment SQL Server database and a production environment SQL Server database. I would like to only maintain one workflow for both since they use the same process.
The workflow:
1. Has In-Database Connectors to eight tables using file connection info.
2. Is run on a daily basis.
3. Is currently a desktop run, but will be moved to Alteryx Server to run on a nightly basis.
Has anybody come up with an idea of how to run a single workflow against two databases with separate connection files in a situation like this?