Hello,
I am using a flow to transform and add new columns from one Excel to another.
On file upload (Excel) to SharePoint, the flow beggins by grabbing the table from the Excel and writing it down to a SharePoint List.
The contents of Sharepoint list is then loaded and using Write function some data are transformed (ex. input = 01; output = 0001) and written to the list.
The updated contents is loaded and then the flow proceeds to write the List contents into an Excel template.
The issue I am having is that the input file has 200 rows but in the new Excel generated, there are only 186 rows.
I turned on the pagination and set the limit to 5000 rows so that shouldn't be an issue. I don't understand how I am losing 14 rows in the process.
Any ideas?
Thank you!


Report
All responses (
Answers (