If possible it would be nice for the integration services to not be locked down so much, my company has 3 different tenants (Dev, Test and Live) when designing using Integration services these are locked down to User & Tenant.
Currently to get around this I need to:
- Login to UiPath with a Robot account
- Create a connection then copy the ID & Name
- Open my process Xaml file in notepad and update the ConnectionID and ConnectionName to the copied data
- Publish my processes (and then in future remember to check this ID has not reverted when making changes to the process)
It would be nice to be able to set the ConnectionID & ConnectionName via an advanced properties section.
Not sure what the best way to get around the User part is, possibly when going to make a connection have an option for global connections or select accounts to share the connection with similar to linking assets? this could also be locked with an Access permission so not everyone do it.