Issue
There was a need to connect to sharepoint in a Logic app standard workflow, but In App(Built in) connector is not available so had to go with Azure Connector.
And got an error at runtime, as can be seen below
Logic App standard comes with two type of Connectors – In App and Azure Connector.
App connectors - These connectors are built into the Logic Apps platform.
Azure Connectors - These connectors are hosted on Azure and are managed by the Azure team.
More on it can be read here - Built-in operations versus Azure connectors in Standard - Azure Logic Apps | Microsoft Learn
Why it happened
There are a few possible reasons for receiving an "UnresolvableHostName" error when using the Azure SharePoint connector in a VNet-integrated Logic App Standard instance:
DNS resolution: The Logic App Standard instance is not able to resolve the hostname of the SharePoint site. This could be due to a number of factors, such as a misconfiguration of the VNET DNS settings, or a firewall blocking traffic to the SharePoint site.
Network connectivity: There is a network connectivity issue between the Logic App Standard instance and the SharePoint site. This could be due to a firewall blocking traffic, or a network outage.
SharePoint site configuration: The SharePoint site is not configured correctly. For example, the site may not be accessible to users outside of the organization, or the site may be missing the necessary permissions.