Hi @Sridhark
How are you doing today? As per my understanding, You can achieve this by setting up a Power Automate flow that triggers when a user uploads an Excel file in Power Apps, storing it in OneDrive or SharePoint first. Then, use Power Automate to move the file to Azure Blob Storage, which Databricks can access. Once the file is in storage, trigger a Databricks notebook using the Databricks REST API, where you can read the Excel file with pandas or PySpark and insert the data into your SQL table. Finally, send a confirmation message via Power Apps or email once the process is complete. This keeps everything automated and seamlessโhope this helps!
Regards,
Brahma