Announcements
To bring data from a Databricks table into Power Apps and display it in a dropdown, you can now use the native Azure Databricks connector in Power Platform, which is currently in Public Preview. Here's a step-by-step guide to help you set this up efficiently and reliably:
Use the new Azure Databricks connector:
🔗 Microsoft Docs: Connect Azure Databricks to Power Platform
Use Power Automate to run a SQL query against your Databricks table:
SELECT id, name FROM your_table ORDER BY name
PowerAutomate.Run()
In your dropdown control:
Items = YourFlowName.Run().value
To show names and store IDs:
DisplayFields = ["name"]
Value = "id"
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 594
Valantis 328
David_MA 281 Super User 2026 Season 1