Hello @Pragiri
To read an Excel file uploaded in a storage blob and process the data and execute SQL query using Logic App, you can follow the below steps:
- Create a new Logic App in the Azure portal and select the trigger as "When a blob is added or modified (properties only)".
- Select the storage account and container where the Excel file is uploaded.
- Add a new action "Get blob content" and provide the path of the Excel file.
- Add a new action "List rows present in a table" and provide the Excel file content from the previous step.
- Select the table name and worksheet name from the Excel file.
- Add a new action "Execute a SQL query (V2)" and provide the SQL query to execute.
- Save and run the Logic App. This will read the Excel file uploaded in the storage blob, process the data and execute the SQL query. You can also add additional actions to perform other operations based on your requirement.
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.