Hello everyone,
I want to ask if it is possible to upload excel file on computer to sql using flow. My intent is to use to powerapps to upload the data to sql server. As I saw on powerapps community, it can be possible using flow, assuming that excel and sql server tables have same columns. Can anyone help me out? Other recommendations are highly appreciated as well.
Solved! Go to Solution.
Hi @islamsirab ,
Screenshot as below as @DeepakS mentioned:
You also need to create table to the excel file refer to document below:
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @islamsirab
You need following to make it work:
- SQL Connector to connect to you sql table
- Store Excel file to one drive or SharePoint (Please not it should data in a table for Flow to work)
Flow Action - "List rows present in a table"
- Loop through each row of Excel in flow and create a record (Insert Row Action) is SQL table
Regards,
Hi @islamsirab ,
Screenshot as below as @DeepakS mentioned:
You also need to create table to the excel file refer to document below:
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
39 | |
36 | |
34 | |
32 | |
27 |
User | Count |
---|---|
43 | |
37 | |
33 | |
24 | |
22 |