I have a workflow I am working on that will work with 3 different repositories. While I can add 3 connection profiles to the workflow, on the activities themselves there isn't a way to dynamically select which connection profile the activity should use. Being able to do so in this situation would be very helpful so I wouldn't need to have 3 different activities based on which repository it needs to communicate with.
I don't know how some of the activities like Retrieve Field Values, Assign Field Values, or Move Entry work behind the scenes, so I could see issues where if it is using an ID in the background this approach wouldn't work. I also understand that if it is simply going off of field names and folder paths that they would need to match between the various repositories. I figured I would put the request out here and see what happens.