I am having situation like, I have to move the worklfow from UAT to Prod
From UAT the workflow has to write output to D drive. once the workflow migrated to Prod it has to write output to E drive. But I have to achieve the above condition without modifying workflow connection properties.
In Informatica we do have connection option to create connection with same name in each environment, but it will point to destination as per the environment(UAT D- drive, Prod - E drive). So no need to modify the connection properties on each migration and we can able to achieve the above business logic.
Is any similar option is available in Alteryx too?