
Hi there,
I've set up a Flow to take a SharePoint List, produce a .csv file and then output this file to SharePoint. The flow all works as expected but for some reason the output file doesn't come with all the rows of the initial SharePoint List.
I have already set Pagination to well over the number of entries in the List (500 allowed vs 222 entries) and looking at the File Content at the Input stage of the Create File step, all these rows are pulling through. Just at the output stage, all but 100 rows get dropped.
Thanks in advance for any help!
I think I just had the same problem.
for me, when I open the csv from SharePoint, click on file in document library, the csv that open in excel is missing data.
however, download the csv and then open all all records are there.
or open in web browser and all items are there.
this took me hours to figure out.
microsoft any comments in this. SharePoint bug, not flow.