Hi All,
I am trying to connect Dev URL of Uipath for testing, It is not working as it shows an error message, but I could connect PROD URL, any one help understand if dev URL or Orchestrator wont work?
Are you using the Alteryx tool? Are you in Automation Suite or Automation Cloud? A few quick things:
1) Check your tenant spelling.
2) Are you providing a specific org/folder id (and if so is this static cross tenants?)
I connect via API (not through the tool) and my memory and notes are:
1) Cloud connects via - {{cloudURL}}/{{cloudOrg}}/{{CloudTenant}}/orchestrator_/odata/folders as a sample endpoint. ClientID is set up in App Integration and is not Tenant specific.
2) Suite connects via basic authorization - and uses something like https://{{On-Prem URL}}/default/{OnPremTenant}/orchestrator_/ - users must have access at the Tenant level.