Hello guys ,
I am trying to create a flow in Power Automate which hits the http api request to start jobs in uiPath on-prem Orchestrator .
But , I am getting the below error : Error : UnresolvableHostName. Http request failed with status code ‘NameResolutionFailure’ and status message: ‘The remote name could not be resolved: ‘orchestratornonprodrs.xxx.com’’.
I was able to hit the uipath api’s using swagger and postman .
I went through the links you shared which I already went through where he has put videos on connecting power automate to cloud orchestrator but not with on prem orchestrator .
I followed the videos of @Cristian_Negulescu . but he is also not sure on how to resolve the error UnresolvableHostName (maybe turning off ssl in power automate as per his suggestion).
I exported the Domain certificate and imported to the Trusted Root certificate of my local machine where I am running the flow .Still it is throwing the same error .
Do you have any other work around I should be trying out .