Hi Aqil, Abdul Thanks for outlining the troubleshooting steps. Based on your description, the issue likely relates to the following:
- Network Restrictions
If your Databricks workspace uses Private Link or is behind a secure VNet, Power Platform services may not be able to reach it. Ensure firewall rules, NSGs, or Private Endpoints are configured to allow inbound traffic.
- Authentication Flow (PAT)
While a Personal Access Token (PAT) works for tools like Postman, it’s not supported directly in Power Apps/Automate. Instead, use OAuth or service principal authentication via the Azure Databricks connector.
- CORS/Direct API Access
If calling Databricks APIs directly from Power Apps, CORS policies may block the request. Power Apps isn’t designed for direct API calls using raw tokens.
Recommendation
Switch to the Azure Databricks connector for seamless integration. For custom calls, use an Azure Function as a proxy to securely connect to Databricks.
Hope this helps. If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.