Hey,
Currenly i am exporting data from sqlserver as an excel file and attaching it to the email and send it 5 people. After they fill the excel file, they will send me back with an updated excel file. I will upload the updated excel file into database.
I need to automate this !!!
1) Send a Mail which contains Excel file exported from SQLServer.
2) Once my colleague updates/fills the Excel file it should automatically get updated in the SQLServer with a timestamp on it.
Is this possible ? Orelse any moderate changes will work ?
Any help is appreciated!!
Solved! Go to Solution.
Hi @Shivaji ,
I suggest that you could use the easiest way to weekly run a flow to delete rows in a excel table, get rows from the sql table, insert the rows to the excel table, the excel table should be saved in the OneDrive before the flow runs.
The you could create another flow to trigger when a file is updated in the OneDrive folder, delete rows in the sql table, list rows in the excel table, insert the rows to sql table.
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.
yes you can @Shivaji for every change in your file you can keep updated your sql
see
Proud to be a Flownaut!
Hi @Shivaji ,
I suggest that you could use the easiest way to weekly run a flow to delete rows in a excel table, get rows from the sql table, insert the rows to the excel table, the excel table should be saved in the OneDrive before the flow runs.
The you could create another flow to trigger when a file is updated in the OneDrive folder, delete rows in the sql table, list rows in the excel table, insert the rows to sql table.
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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
68 | |
23 | |
18 | |
16 | |
12 |
User | Count |
---|---|
134 | |
44 | |
32 | |
32 | |
29 |