Forum Discussion
Wyn Hopkins
Jul 14, 2018MVP
Appending Excel Table Data to SharePoint List
Hi
Is it possible to use Flow or some other process to append data from an Excel Table to a SharePoint list?
So each period a new Excel file will be saved to a SharePoint Folder and I wo...
Jul 15, 2018
Have not checked Flow possibilities here, but this scenario can be achieved with an Azure Function that is monitoring the Excel file to check if there are new updates and when there are, just update the list
- Christoffer Risberg MüllerNov 19, 2018Copper Contributor
Hi,
Can you explain how this works?
I have an Excel file sitting on Sharepoint, containing a table which has been exported as a sharepoint list.
I want the list to be updated whenever I change source data in the excel file.. How?
- ab001Jan 07, 2020Copper Contributor
Use timer jobChristoffer Risberg Müller