Forum Discussion
Writing data from Fabric to SharePoint Online
Hello everyone,
With DataPipeline, do you have a procedure for uploading a file (csv or excel) to SharePoint Online with data present in Fabric (Warehouse or LakeHouse)?
Thank you in advance for your help,
Have a nice day,
Vivien
Based on my understanding, unfortunately data pipelines doesnt support Sharepoint online as a sink.
So it is not directly possible but you would have to integrate it with either other tools like logic apps or leverage notebook for the same
Hello,
It seems to be coming soon 🙂
https://learn.microsoft.com/en-us/fabric/release-plan/data-factory#get-data-sharepointIt is now available in dataflowgen2. You can use sharepoint as data destination.
10 Replies
- NandanHegde
Super User
Based on my understanding, unfortunately data pipelines doesnt support Sharepoint online as a sink.
So it is not directly possible but you would have to integrate it with either other tools like logic apps or leverage notebook for the same
- vivien57
Super User
Hello,
It seems to be coming soon 🙂
https://learn.microsoft.com/en-us/fabric/release-plan/data-factory#get-data-sharepoint- vivien57
Super User
Hello,
This link no longer points to the correct resource, has it been removed by Microsoft?
Have a nice day,
Vivien
- awbanksh
Microsoft Employee
Use Dataflow Gen 2, it can use your Lakehouse as a source and SharePoint folder as a destination.
- vivien57
Super User
There is no SharePoint Folder yet in the destination of a DataFlow Gen2
- awbanksh
Microsoft Employee
The other option is to use a Dataverse table as a "bridge" and send your CSV data to Dataverse, then connect Power Automate to Dataverse to then convert it back to a CSV and upload to SharePoint.
Not the most ideal solution but it does work and I would argue it's more reliable than dataflow gen2 as it's not as performant in comparison.
- NandanHegde
Super User
This is still in private preveiw, so there is still yime to go via this route
- DiKi-I
Post Partisan
It is now available in dataflowgen2. You can use sharepoint as data destination.