Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

undefinedCSV to Sharepoint list with 8000+ records and 20 columns

Hello All,

 

I know this is woring forum to ask this question but hoping as I will get some solution here.

I am exporting Power BI data as CSV using Power automate to sharepoint which has 8000+ rows and 20+ Columns
Here is the sample records of the same,
 
rockyrakhi_6-1729004359067.png
Now I have to push the same data set to SharePoint list using Power automate and this flow should trigger automatically as when there is new file in the sharepoint documents.
I have created this flow which is loading 3200 records and remaining is not loading, the catch is every time before loading the data the flow should delete all the  exisiting records and reload the new records.
 
rockyrakhi_7-1729004458696.png

rockyrakhi_8-1729004505232.png

split(string(outputs('Get_file_content')?[body]),'\n')
rockyrakhi_9-1729004573992.png
 

skip(outputs('SplitByLine'),1)

split(item(),',')?[0]
 
Thanks in Advance!
2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

I think the problem is related to the output of "get file content", which you can check by:

1. Check whether the output of get file content contains 8000 pieces of data.

2. Check how many times "Apply to each" run in the history of the flow.


Also, if you have previously used a CSV file with 3000 records in the same flow, choose "Manually" when you run the flow. You can also try removing and re-adding "get file content" action or recreating the flow, as sometimes flow gets stuck on historical data.

 

 

Best regards,

Mengmeng Li

lbendlin
Super User
Super User

Use the SharePoing Batch API for mass inserts.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.