Hi Team,
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,
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.
split(string(outputs('Get_file_content')?[body]),'\n')
skip(outputs('SplitByLine'),1)
Please team help me,
thanks in advance!